0.0.4 • Published 12 years ago
cordovap v0.0.4
cordovap
Cli script that installs and uninstalls cordova plugins from a plugins.json file
Installation
$ sudo npm install cordovap -gUsage
Create an empty plugins.json file
$ cordovap initAdd your plugins to the file so it would look something like this:
[
"org.apache.cordova.device",
"org.apache.cordova.console",
"org.apache.cordova.inappbrowser",
"org.apache.cordova.splashscreen",
"org.apache.cordova.network-information",
"org.apache.cordova.dialogs",
"org.apache.cordova.media",
"git://github.com/j3k0/PhoneGap-InAppPurchase-iOS.git",
"https://github.com/VersoSolutions/CordovaClipboard",
"https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git",
"https://github.com/katzer/cordova-plugin-email-composer.git"
]Install all plugins at once
$ cordovap installUninstall all plugins at once
$ cordovap uninstallRe-install all plugins (uninstall then install)
$ cordovap reinstallMore
cordova-icon automates icon resizing for cordova
License
MIT