listr : Terminal task list. You can installing listr 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 listr $ sudo npm install -g listr
If want to update the listr package execute the command as below,
$ sudo npm update listr
Update package globally,
$ npm install -g listr
$ sudo git clone https://github.com/rektide/listr.git
$ sudo npm install -g ./listr
listr@0.13.0 /usr/lib/node_modules/listr
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall listr
Package Name | listr |
Version | 0.13.0 |
Description | Terminal task list |
Released Date | 2017-10-24T15:55:34.134Z |
Published by | samverschueren |
How to Learn | https://www.npmjs.com/package/listr/tutorial |