A simple cli for htmllint.
npm install @nodecraft/htmllint-clihtmllint-cli
============





Installing
----------
Install nodejs and install the htmllint-cli module globally:
``sh
`you may have to sudo this line depending on your installation
$ npm install -g htmllint-cli
`
Once installed, create a configuration file for your project:
sh
`
$ cd your-project
$ htmllint init
.htmllintrc
This should create a file in your current directory. This file should
`
be a valid JSON file that contains options defined
on the htmllint wiki.
After creating your configuration, you can lint some files like so:
sh
`
$ htmllint index.html
also supports glob expansions
$ htmllint */.html
$ htmllint # by default expands to */.html
$ htmllint --help # to get more information
npm link` to help with development.
Contributing
------------
You can use