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

https://github.com/verygoodopensource/very_good_dictionaries

Custom cspell dictionaries used at Very Good Ventures 🦄
https://github.com/verygoodopensource/very_good_dictionaries

Last synced: over 1 year ago
JSON representation

Custom cspell dictionaries used at Very Good Ventures 🦄

Awesome Lists containing this project

README

          

# Very Good Dictionaries 📖

Custom [cspell](https://cspell.org) dictionaries used at Very Good Ventures 🦄

## Usage 🚀

Add the desired [dictionary definition](https://cspell.org/docs/dictionaries/#dictionary-definition) files to a cspell config:

```json
"dictionaryDefinitions": [
{
"name": "vgv_forbidden",
"path": "https://raw.githubusercontent.com/verygoodopensource/very_good_dictionaries/main/forbidden.txt",
"description": "Custom VGV Dictionary"
}
]
```