textlint-rule-languagetool
v1.0.0
Published
Analyzes text using the node-languagetool
Readme
textlint-rule-languagetool
Analyzes text using the node-languagetool
Install
Install with npm:
npm install textlint-rule-languagetoolUsage
Via .textlintrc(Recommended)
{
"rules": {
"languagetool": true
}
}Via CLI
textlint --rule languagetool README.mdBuild
Builds source codes for publish to the lib folder.
You can write ES2015+ source codes in src/ folder.
npm run buildTests
Run test code in test folder.
Test textlint rule by textlint-tester.
npm testLicense
MIT © Oskar Pfeifer-Bley
