How to Install cli NPM Packages on Ubuntu / Debian

How to Install cli software package in NPM Packages

cli : A tool for rapidly building command line apps. You can installing cli 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 cli
$ sudo npm install -g cli

If want to update the cli package execute the command as below,

$ sudo npm update cli

Update package globally,

$ npm install -g cli

Git clone:

$ sudo  git clone https://github.com/rektide/cli.git
$ sudo  npm install -g ./cli

cli@1.0.1 /usr/lib/node_modules/cli

How to remove cli package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall cli

Basic Information of cli NPM Package:

Package Name cli
Version 1.0.1
Description A tool for rapidly building command line apps
Released Date 2016-10-23T03:58:59.396Z
Published by cohara87
How to Learn https://www.npmjs.com/package/cli/tutorial