pretty : Some tweaks for beautifying HTML with js-beautify according to my preferences.. You can installing pretty 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 pretty $ sudo npm install -g pretty
If want to update the pretty package execute the command as below,
$ sudo npm update pretty
Update package globally,
$ npm install -g pretty
$ sudo git clone https://github.com/rektide/pretty.git
$ sudo npm install -g ./pretty
pretty@2.0.0 /usr/lib/node_modules/pretty
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pretty
| Package Name | pretty |
| Version | 2.0.0 |
| Description | Some tweaks for beautifying HTML with js-beautify according to my preferences. |
| Released Date | 2017-04-13T22:28:17.984Z |
| Published by | jonschlinkert |
| How to Learn | https://www.npmjs.com/package/pretty/tutorial |