Forrest logo
back to context overview

html5validator

List of commands for html5validator:

  • html5validator:tldr:0259c html5validator: Ignore specific directory names.
    $ html5validator --root ${path-to-directory} --blacklist "${node_modules vendor}"
    try on your machine
    explain this command
  • html5validator:tldr:40b63 html5validator: Output the results in a specific format.
    $ html5validator --format ${select} ${filename}
    try on your machine
    explain this command
  • html5validator:tldr:60899 html5validator: Output the log at a specific verbosity level.
    $ html5validator --root ${path-to-directory} --log ${select}
    try on your machine
    explain this command
  • html5validator:tldr:ad658 html5validator: Validate all HTML files in a specific directory.
    $ html5validator --root ${path-to-directory}
    try on your machine
    explain this command
  • html5validator:tldr:aef90 html5validator: Validate a specific file.
    $ html5validator ${filename}
    try on your machine
    explain this command
  • html5validator:tldr:d3ba6 html5validator: Show warnings as well as errors.
    $ html5validator --show-warnings ${filename}
    try on your machine
    explain this command
  • html5validator:tldr:e3993 html5validator: Match multiple files using a glob pattern.
    $ html5validator --root ${path-to-directory} --match "${*-html *-php}"
    try on your machine
    explain this command
back to context overview