helmsman : Easily make command line interfaces using git style subcommands. You can installing helmsman 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 helmsman $ sudo npm install -g helmsman
If want to update the helmsman package execute the command as below,
$ sudo npm update helmsman
Update package globally,
$ npm install -g helmsman
$ sudo git clone https://github.com/rektide/helmsman.git
$ sudo npm install -g ./helmsman
helmsman@1.0.3 /usr/lib/node_modules/helmsman
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall helmsman
Package Name | helmsman |
Version | 1.0.3 |
Description | Easily make command line interfaces using git style subcommands |
Released Date | 2015-07-27T21:47:10.294Z |
Published by | beaugunderson |
How to Learn | https://www.npmjs.com/package/helmsman/tutorial |