Skip to content
This repository has been archived by the owner on Nov 11, 2018. It is now read-only.
/ w3c-validator-gocli Public archive

Command line interface for recursively validating websites with the W3C validator

Notifications You must be signed in to change notification settings

dothiv/w3c-validator-gocli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI for the W3C validator

Command line interface for recursively validating websites with the W3C validator

This could be handy if you are testing private webpages, or want to integrate this into your CI.

How to use

Have a W3C validator instance ready, e.g. by using this docker file: dockerhtml5validator.

Install

go get github.com/dothiv/w3c-validator-gocli/w3c-validator-gocli

Use

$GOPATH/bin/w3c-validator-gocli -validator="http://localhost:8080/check" -url="http://google.com/"

About

Command line interface for recursively validating websites with the W3C validator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages