vnu

Command-line and server HTML validator using the Nu Markup Checker

brewmacoslinux
Try with needOr install directly
Source

About

Nu Markup Checker: command-line and server HTML validator

Commands

vnu

Examples

Validate a single HTML file$ vnu index.html
Validate multiple HTML files in a directory$ vnu *.html
Validate HTML from stdin$ cat index.html | vnu