pimatic-plugin-commons : Common helper functions for pimatic plugins. You can installing pimatic-plugin-commons 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 pimatic-plugin-commons $ sudo npm install -g pimatic-plugin-commons
If want to update the pimatic-plugin-commons package execute the command as below,
$ sudo npm update pimatic-plugin-commons
Update package globally,
$ npm install -g pimatic-plugin-commons
$ sudo git clone https://github.com/rektide/pimatic-plugin-commons.git
$ sudo npm install -g ./pimatic-plugin-commons
pimatic-plugin-commons@0.9.5 /usr/lib/node_modules/pimatic-plugin-commons
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pimatic-plugin-commons
| Package Name | pimatic-plugin-commons |
| Version | 0.9.5 |
| Description | Common helper functions for pimatic plugins |
| Released Date | 2017-04-29T08:40:00.955Z |
| Published by | mwittig |
| How to Learn | https://www.npmjs.com/package/pimatic-plugin-commons/tutorial |