cli-table : Pretty unicode tables for the CLI. You can installing cli-table 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-table $ sudo npm install -g cli-table
If want to update the cli-table package execute the command as below,
$ sudo npm update cli-table
Update package globally,
$ npm install -g cli-table
$ sudo git clone https://github.com/rektide/cli-table.git
$ sudo npm install -g ./cli-table
cli-table@0.3.1 /usr/lib/node_modules/cli-table
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall cli-table
Package Name | cli-table |
Version | 0.3.1 |
Description | Pretty unicode tables for the CLI |
Released Date | 2014-10-22T23:28:39.270Z |
Published by | rauchg |
How to Learn | https://www.npmjs.com/package/cli-table/tutorial |