cli-progress : Easy to use Progress-Bar for Command-Line/Terminal Applications. You can installing cli-progress 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-progress $ sudo npm install -g cli-progress
If want to update the cli-progress package execute the command as below,
$ sudo npm update cli-progress
Update package globally,
$ npm install -g cli-progress
$ sudo git clone https://github.com/rektide/cli-progress.git
$ sudo npm install -g ./cli-progress
cli-progress@1.6.0 /usr/lib/node_modules/cli-progress
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall cli-progress
Package Name | cli-progress |
Version | 1.6.0 |
Description | Easy to use Progress-Bar for Command-Line/Terminal Applications |
Released Date | 2017-09-23T07:19:47.776Z |
Published by | andidittrich |
How to Learn | https://www.npmjs.com/package/cli-progress/tutorial |