0.1.0 • Published 9 years ago

cordova-plugin-update v0.1.0

Weekly downloads
45
License
MIT
Repository
-
Last release
9 years ago

Cordova Plugin Update

A CLI tool for making updating plugins in a Cordova project easier.

Install

npm install -g cordova-plugin-update

Usage

Run the following from a valid cordova project folder (one that contains a config.xml):

cordova-plugin-update

Available options:

  • --all: Shows all available plugin versions, not just ones newer that the currently installed version.
  • --verbose: Outputs more information (useful if you run into problems during an update).