thomasdavis / w3cjs

A npm package for testing files or url's again the wc3 validator
http://thomasdavis.github.com/w3cjs/
The Unlicense
159 stars 25 forks source link

add a binary #5

Closed stephenmathieson closed 11 years ago

stephenmathieson commented 11 years ago

enables usage from the cli:

$ ./bin/w3cjs validate example/demo.html 
ERROR: Bad value X-UA-Compatible for attribute http-equiv on element meta. (8:64)
ERROR: Element title must not be empty. (9:17)
thomasdavis commented 11 years ago

Awesome work, I will update the docs!

stephenmathieson commented 11 years ago

Cool thanks!