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

https://github.com/idyll-lang/idyll-plugin-spellcheck

Spellcheck plugin, standalone repository.
https://github.com/idyll-lang/idyll-plugin-spellcheck

Last synced: about 1 month ago
JSON representation

Spellcheck plugin, standalone repository.

Awesome Lists containing this project

README

        

# Idyll spellcheck plugin

## Installation

```
$ npm install --save-dev idyll-plugin-spellcheck
```

Add it to your idyll configuration in `package.json`:

```json
"idyll": {
"compiler": {
"postProcessors": ["idyll-plugin-spellcheck"]
}
}
```