A program that checks spelling. The input to the program is a dictionary file containing a list of valid words and a file containing the text to be checked.
- Install Node.js v16+
- Install dependencies:
npm ci - Build distribution files:
npm run build - Link locally
npm link
spellcheck assets/dictionary.txt assets/spellcheck.txt
# output here- Format the code:
npm run lint:fix - Run the tests:
npm test - Build the distribution code:
npm run build