markdown-table : Markdown/ASCII tables. You can installing markdown-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 markdown-table $ sudo npm install -g markdown-table
If want to update the markdown-table package execute the command as below,
$ sudo npm update markdown-table
Update package globally,
$ npm install -g markdown-table
$ sudo git clone https://github.com/rektide/markdown-table.git
$ sudo npm install -g ./markdown-table
markdown-table@1.1.1 /usr/lib/node_modules/markdown-table
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall markdown-table
Package Name | markdown-table |
Version | 1.1.1 |
Description | Markdown/ASCII tables |
Released Date | 2017-07-19T23:11:50.315Z |
Published by | wooorm |
How to Learn | https://www.npmjs.com/package/markdown-table/tutorial |