textlint rule: spell check technical word for japanese.
npm install spellcheck-tech-word-textlint-ruleThis module for azu/textlint.
This rules provide tech word checking for web engineer.
```
npm install textlint -g
npm install spellcheck-tech-word-textlint-rule --save-dev
``
$ textlint --rulesdir ./node_modules/spellcheck-tech-word-textlint-rule file.md
1. Fork it!
2. Create your feature branch: git checkout -b my-new-featuregit commit -am 'Add some feature'
3. Commit your changes: git push origin my-new-feature`
4. Push to the branch:
5. Submit a pull request :D
MIT