Quickstart

cspell Quickstart

javimosch Updated

File contents

cspell Quickstart

Check files for spelling errors:

sc cspell file check "src/**/*.ts"

Check with a custom config:

sc cspell file check "src/**/*.ts" --config .cspell.json

Initialize a cspell config:

sc cspell config init

Add words to dictionary:

sc cspell words add "mycustomword"

javimosch/supercli/tree/main/plugins/cspell/skills/quickstart commit 64b211b127

Frequently asked questions

npx skillmds@latest add javimosch/quickstart-637