base-plugins : Adds smart plugin support to your base application.. You can installing base-plugins 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 base-plugins $ sudo npm install -g base-plugins
If want to update the base-plugins package execute the command as below,
$ sudo npm update base-plugins
Update package globally,
$ npm install -g base-plugins
$ sudo git clone https://github.com/rektide/base-plugins.git
$ sudo npm install -g ./base-plugins
base-plugins@1.0.0 /usr/lib/node_modules/base-plugins
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall base-plugins
Package Name | base-plugins |
Version | 1.0.0 |
Description | Adds smart plugin support to your base application. |
Released Date | 2017-04-01T19:39:09.314Z |
Published by | jonschlinkert |
How to Learn | https://www.npmjs.com/package/base-plugins/tutorial |