1.5.0 • Published 2 years ago

@twilio-labs/languagetool-cli v1.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

LanguageTool CLI

This is a tool that will scan the specified Markdown documents with LanguageTool and then report on any issues found. The output format is also Markdown so that the results can be included in a GitHub pull request comment.

Installation

npm install -g @twilio-labs/languagetool-cli

Usage

languagetool-cli file1.md file2.md ... fileN.md

Example:

languagetool-cli sample.md

Redirect output to a file:

languagetool-cli sample.md > output.md

Configuration

If you would like to use a different URL for the LanguageTool service, set the LT_URL environment variable like so:

export LT_URL="http://localhost:8081/v2/check"
1.5.0

2 years ago

1.4.0

2 years ago

1.3.6

2 years ago

1.3.5

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.0.0

2 years ago