These are some notes about contributing.
- https://www.npmjs.com/package/cspell
- https://www.npmjs.com/package/cspell-lib
- https://www.npmjs.com/package/cspell-trie
- https://www.npmjs.com/package/cspell-tools
- https://www.npmjs.com/package/cspell-glob
Node JS version 14 or higher is required.
Command | Description |
---|---|
pnpm install |
Installs all the dependencies for all packages |
pnpm run build |
To compile the typescript into javascript |
pnpm test |
Runs the unit tests for all packages |
pnpm run check-spelling |
Checks the spelling for all sources files |
pnpm run coverage |
Generates coverage information for all projects. Open coverage/index.html to view coverage. |