How to install/uninstall custom cordova plugin

Other topics

Use plugman command to install/uninstall cordova plugin

You can use plugman command to install/uninstall custom cordova plugins.

To install plugman

 npm install -g plugman

Install plugin command syntax:

plugman <install|uninstall> --platform <ios|android|blackberry10|wp8> --project <directory> --plugin <name|url|path>

Example:

plugman install --platform ios --project platforms/ios/ --plugin plugins/cordova-plugin-test/

For more plugman options check this link

Contributors

Topic Id: 7506

Example Ids: 24768

This site is not affiliated with any of the contributors.