cspell-dict-dev
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": { | ||
@@ -13,0 +13,0 @@ "name": "Minh-Phuc Tran", |
@@ -7,4 +7,21 @@ # CSpell Developer Dictionary | ||
## Usage | ||
Install the package: | ||
```sh | ||
npm install -D cspell-dict-dev | ||
``` | ||
Import and use the dictionary in `cspell.json`: | ||
```json | ||
{ | ||
"import": ["cspell-dict-dev/cspell-ext.json"], | ||
"dictionaries": ["dev"] | ||
} | ||
``` | ||
## License | ||
MIT |
1099
27