- NodeJS version 10 or greater
- Yarn
yarn install
yarn test
This project uses Markdown Spellcheck.
To run it interactively with the defaults:
yarn spellcheck
To run a report:
yarn mdspell \
--report \
--en-us \
--ignore-acronyms \
--ignore-numbers \
'**/*.md' '!**/node_modules/**/*.md'
To see all the options:
yarn mdspell -h