Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 ...ms

found ... 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.

______________________________________________________________________