Cordova

How to install/uninstall custom cordova plugin

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


This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow