cordova-plugin-update
v0.1.0
Published
A script to make updating Cordova plugins easier to manage
Readme
Cordova Plugin Update
A CLI tool for making updating plugins in a Cordova project easier.
Install
npm install -g cordova-plugin-updateUsage
Run the following from a valid cordova project folder (one that contains a config.xml):
cordova-plugin-updateAvailable 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).
