https://github.com/itprokyle/cspell-dict
My custom cspell dictionary.
https://github.com/itprokyle/cspell-dict
cspell
Last synced: 6 months ago
JSON representation
My custom cspell dictionary.
- Host: GitHub
- URL: https://github.com/itprokyle/cspell-dict
- Owner: ITProKyle
- License: apache-2.0
- Created: 2023-09-27T13:27:10.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-03T01:28:44.000Z (6 months ago)
- Last Synced: 2025-04-03T12:14:51.856Z (6 months ago)
- Topics: cspell
- Language: Makefile
- Homepage:
- Size: 397 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cspell-dict
[](https://www.npmjs.com/package/@itprokyle/cspell-dict)
[](https://github.com/pre-commit/pre-commit)
[](https://developer.mend.io/github/ITProKyle/cspell-dict)My custom [cspell](https://github.com/streetsidesoftware/cspell) dictionary.
**Table Of Contents**
- [Installation](#installation)
- [Usage](#usage)______________________________________________________________________
## Installation
```console
$ npm install --save-dev cspell @itprokyle/cspell-dict
added ... packages, and audited ... packages in ...msfound ... vulnerabilities
```______________________________________________________________________
## Usage
Once installed, add the following to your project's cspell configuration file (e.g. `cspell.json`, `.vscode/cspell.json`):
```json
{
"import": [
"@itprokyle/cspell-dict/cspell-ext.json"
]
}
```This will add our dictionary to cspell.
______________________________________________________________________