JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12626
  • Score
    100M100P100Q133183F
  • License ISC

Package Exports

  • markdown-spellcheck
  • markdown-spellcheck/es5/spell-config
  • markdown-spellcheck/es5/spellcheck

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (markdown-spellcheck) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

node-markdown-spellcheck

Reads markdown files and spellchecks them, using OpenOffice hunspell files.

CLI Usage

# install
npm i markdown-spellcheck -g

## use
mdspell "**/*.md"

## see help & options
mdspell