plugman : install/uninstall Cordova plugins. You can installing plugman npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install plugman $ sudo npm install -g plugman
If want to update the plugman package execute the command as below,
$ sudo npm update plugman
Update package globally,
$ npm install -g plugman
$ sudo git clone https://github.com/rektide/plugman.git
$ sudo npm install -g ./plugman
plugman@1.5.1 /usr/lib/node_modules/plugman
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall plugman
| Package Name | plugman |
| Version | 1.5.1 |
| Description | install/uninstall Cordova plugins |
| Released Date | 2017-10-10T00:14:05.269Z |
| Published by | stevegill |
| How to Learn | https://www.npmjs.com/package/plugman/tutorial |