vale
all
Extensible style checker that supports multiple markup formats, such as Markdown and AsciiDoc.
More info →Examples (6)
Check the style of a file
vale path/to/fileCheck the style of a file with a specified configuration
vale --config='path/to/.vale.ini' path/to/fileOutput the results in JSON format
vale --output=JSON path/to/fileCheck style issues at the specific severity and higher
vale --minAlertLevel=suggestion|warning|error path/to/fileList the current configuration
vale ls-configmade by @shridhargupta | data from tldr-pages