mozilla / html5-lint

HTML Validation using Mozilla's HTML5 Validator instance
199 stars 72 forks source link

CLI Please! #20

Open leepowelldev opened 9 years ago

leepowelldev commented 9 years ago

Please provide a command line interface for this.

krishnarajbb commented 8 years ago

Is cli available now?

bittner commented 8 years ago

How about html5validator?

See also issue #9.

c0d3runn3r commented 7 years ago

Bump. Not all environments have/want Python installed. node based CLI would be really nice.

carcinocron commented 4 years ago

I'm a bit more the opposite. The python requirement is unfortunate for people not wanting to install python, but all the alternatives I've seen (so far) is an HTTP request to a remote mystery server (not really fit for use in general but also horrible for automated tests/builds) or require the JVM, which is far more of a dependency burden than python.

Edit: LOL nevermind, the python script is just a wrapper around the Java thing.