/html-spellcheck-cli

Simple command-line spell-checker for HTML files

Primary LanguageJavaScriptMIT LicenseMIT

html-spellcheck-cli

This is a simple command-line tool for spell-checking HTML files (based on core-text-spellcheck and html-text-extract). It checks the text content of elements, and some "user-facing" attributes (as per the html-text-extract documentation).

Install with: npm install --global html-spellcheck-cli

Run html-spellcheck for help.

Development

Set-up

  • Check out the code.
  • npm install

Useful scripts

  • npm test—lints the code (which also happens on pre-commit).