script to install Cordova plugins
This repo is no longer under active development. For your Cordova plugin needs, please see
https://github.com/imhotep/plugman
pluginstall PLATFORM PROJECT-PATH PLUGIN-PATH
Example:
pluginstall android . ~/plugins/ChildBrowser
git clone https://github.com/alunny/pluginstall.git
cd pluginstall
npm install
npm test
Then go!
- Android
- iOS
- www (copies plugin's www assets only, to PROJECT-PATH)
see https://github.com/alunny/cordova-plugin-spec
Currently support the August 16 revision, more or less.
Apache