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.
- Host: GitHub
- URL: https://github.com/idyll-lang/idyll-plugin-spellcheck
- Owner: idyll-lang
- License: mit
- Created: 2018-11-10T02:19:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T03:16:48.000Z (about 6 years ago)
- Last Synced: 2025-04-09T23:24:39.244Z (about 1 month ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"]
}
}
```