Skip to content

UFOMelkor/textlint-rule-languagetool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textlint-rule-languagetool

Analyzes text using the node-languagetool

Install

Install with npm:

npm install textlint-rule-languagetool

Usage

Via .textlintrc(Recommended)

{
    "rules": {
        "languagetool": true
    }
}

Via CLI

textlint --rule languagetool 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 © Oskar Pfeifer-Bley

About

WIP: Languagetool support for textlint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published