textlint-rule-a3rt-proofreading-v2
v1.1.1
Published
textlint rule to check Japanese with A3RT Proofreading API
Downloads
8
Readme
textlint-rule-a3rt-proofreading-v2
Install
Install with npm:
npm install textlint-rule-a3rt-proofreading-v2
Usage
Installation
Via .textlintrc
(Recommended)
{
"rules": {
"a3rt-proofreading-v2": {
"apiKey": "./path/to/key.yaml"
}
}
}
Get API Key from Proofreading API
And set yaml like below.
version: 1
rules:
apiKey: 'APIKEY'
Check rules
Via CLI
textlint --rule a3rt-proofreading-v2 README.md
Build
Builds source codes for publish to the lib
folder.
You can write ES2015+ source codes in src/
folder.
npm run build
Tests
Run test code in test
folder.
Test textlint rule by textlint-tester.
npm test
License
MIT ©