cli-highlight : Syntax highlighting in your terminal. You can installing cli-highlight 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-highlight $ sudo npm install -g cli-highlight
If want to update the cli-highlight package execute the command as below,
$ sudo npm update cli-highlight
Update package globally,
$ npm install -g cli-highlight
$ sudo git clone https://github.com/rektide/cli-highlight.git
$ sudo npm install -g ./cli-highlight
cli-highlight@1.2.1 /usr/lib/node_modules/cli-highlight
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall cli-highlight
Package Name | cli-highlight |
Version | 1.2.1 |
Description | Syntax highlighting in your terminal |
Released Date | 2017-11-25T00:45:55.515Z |
Published by | felixfbecker |
How to Learn | https://www.npmjs.com/package/cli-highlight/tutorial |