Add .gitignore.
1 file changed
tree: d42f9a0fff7115be014af9e0fa6f121fe6bf8db7
  1. platforms/
  2. test/
  3. util/
  4. .gitignore
  5. cli.js
  6. LICENSE
  7. package.json
  8. platforms.json
  9. pluginstall.js
  10. README.md
README.md

Pluginstall

script to install Cordova plugins

Usage

pluginstall PLATFORM PROJECT-PATH PLUGIN-PATH

Example:

pluginstall android . ~/plugins/ChildBrowser

Supported Platforms

  • Android
  • iOS

plugin.xml Format

see https://github.com/alunny/cordova-plugin-spec

Currently support the June 8 revision.

License

Apache