htmlhint : A Static Code Analysis Tool for HTML. You can installing htmlhint 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 htmlhint $ sudo npm install -g htmlhint
If want to update the htmlhint package execute the command as below,
$ sudo npm update htmlhint
Update package globally,
$ npm install -g htmlhint
$ sudo git clone https://github.com/rektide/htmlhint.git
$ sudo npm install -g ./htmlhint
htmlhint@0.9.13 /usr/lib/node_modules/htmlhint
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall htmlhint
Package Name | htmlhint |
Version | 0.9.13 |
Description | A Static Code Analysis Tool for HTML |
Released Date | 2016-05-02T00:20:10.263Z |
Published by | yaniswang |
How to Learn | https://www.npmjs.com/package/htmlhint/tutorial |