@io-monad/textlint-registry-updater
v0.1.1
Published
Updater for textlint-registry
Downloads
2
Readme
textlint-registry-updater
Updater for textlint-registry
CLI
textlint-registry-updater
$ GITHUB_TOKEN={PersonalAccessToken} textlint-registry-updater
- Checks new textlint rules or updated textlint rules
- Creates an issue for each new / updated rule
Build
Build:
$ npm install
$ npm run build
Test:
$ npm test
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