text-table : borderless text tables with alignment. You can installing text-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 text-table $ sudo npm install -g text-table
If want to update the text-table package execute the command as below,
$ sudo npm update text-table
Update package globally,
$ npm install -g text-table
$ sudo git clone https://github.com/rektide/text-table.git
$ sudo npm install -g ./text-table
text-table@0.2.0 /usr/lib/node_modules/text-table
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall text-table
| Package Name | text-table |
| Version | 0.2.0 |
| Description | borderless text tables with alignment |
| Released Date | 2013-10-05T03:51:26.868Z |
| Published by | substack |
| How to Learn | https://www.npmjs.com/package/text-table/tutorial |