caporal : A full-featured framework for building command line applications (cli) with node.js. You can installing caporal 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 caporal $ sudo npm install -g caporal
If want to update the caporal package execute the command as below,
$ sudo npm update caporal
Update package globally,
$ npm install -g caporal
$ sudo git clone https://github.com/rektide/caporal.git
$ sudo npm install -g ./caporal
caporal@0.8.0 /usr/lib/node_modules/caporal
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall caporal
Package Name | caporal |
Version | 0.8.0 |
Description | A full-featured framework for building command line applications (cli) with node.js |
Released Date | 2017-10-20T20:59:10.331Z |
Published by | mattallty |
How to Learn | https://www.npmjs.com/package/caporal/tutorial |