Listing package name from .textlintrc
Main use case is installing npm package from .textlinrc
Installation
npm install textlintrc-to-pacakge-list -g
Usage
$ textlintrc-to-pacakge-list ./path/to/.textlintrc
Exaple
Input .textlintrc
Output
textlint-plugin-jtf-style
textlint-rule-max-ten
textlint-rule-no-doubled-joshi
textlint-rule-sentence-length
textlint-rule-no-start-duplicated-conjunction
textlint-rule-spellcheck-tech-word
textlint-rule-no-mix-dearu-desumasu
textlint-rule-prh
UseCase
Install npm package from .textlintrc
textlintrc-to-pacakge-list .textlintrc | xargs npm install -S
Do Install all package from .textlintrc
!
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT