Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itprokyle/cspell-dict
My custom cspell dictionary.
https://github.com/itprokyle/cspell-dict
cspell
Last synced: 16 days 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-09T01:55:50.000Z (25 days ago)
- Last Synced: 2024-12-10T11:56:34.501Z (23 days ago)
- Topics: cspell
- Language: Makefile
- Homepage:
- Size: 244 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
[![npm](https://img.shields.io/npm/v/%40itprokyle%2Fcspell-dict)](https://www.npmjs.com/package/@itprokyle/cspell-dict)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![renovate](https://img.shields.io/badge/enabled-brightgreen?logo=renovatebot&logoColor=%2373afae&label=renovate)](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.
______________________________________________________________________