cordova-plugin-update
v0.1.0
Published
A script to make updating Cordova plugins easier to manage
Downloads
42
Readme
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).