matatk / markdown-spellcheck-cli

Simple command-line spell-checker for markdown files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

markdown-spellcheck-cli

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

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

Run markdown-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).

About

Simple command-line spell-checker for markdown files

License:MIT License


Languages

Language:JavaScript 100.0%