bin-wrapper : Binary wrapper that makes your programs seamlessly available as local dependencies. You can installing bin-wrapper 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 bin-wrapper $ sudo npm install -g bin-wrapper
If want to update the bin-wrapper package execute the command as below,
$ sudo npm update bin-wrapper
Update package globally,
$ npm install -g bin-wrapper
$ sudo git clone https://github.com/rektide/bin-wrapper.git
$ sudo npm install -g ./bin-wrapper
bin-wrapper@3.0.2 /usr/lib/node_modules/bin-wrapper
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall bin-wrapper
Package Name | bin-wrapper |
Version | 3.0.2 |
Description | Binary wrapper that makes your programs seamlessly available as local dependencies |
Released Date | 2015-06-16T18:57:23.395Z |
Published by | kevva |
How to Learn | https://www.npmjs.com/package/bin-wrapper/tutorial |