cmd-shim : Used in npm for command line application support. You can installing cmd-shim 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 cmd-shim $ sudo npm install -g cmd-shim
If want to update the cmd-shim package execute the command as below,
$ sudo npm update cmd-shim
Update package globally,
$ npm install -g cmd-shim
$ sudo git clone https://github.com/rektide/cmd-shim.git
$ sudo npm install -g ./cmd-shim
cmd-shim@2.0.2 /usr/lib/node_modules/cmd-shim
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall cmd-shim
Package Name | cmd-shim |
Version | 2.0.2 |
Description | Used in npm for command line application support |
Released Date | 2016-02-10T15:02:50.083Z |
Published by | forbeslindesay |
How to Learn | https://www.npmjs.com/package/cmd-shim/tutorial |