3.3.0 ā€¢ Published 1 year ago

extra-eyes v3.3.0

Weekly downloads
17
License
MIT
Repository
github
Last release
1 year ago

šŸ‘€ extra-eyes

Catch insensitive, inconsiderate writing, and bad spelling.

šŸ“ A fork of https://github.com/get-alex/alex MIT Ā© Titus Wormer

This tool also uses:


Install:

npm install extra-eyes

Run from your terminal and point at folder of files:

extra-eyes pages/

Create your own dictionary mydictionary.dic and then pass it to extra-eyes:

extra-eyes pages/ --dict=mydictionary.dic

Add it to package.json:

{
  "scripts": {
    "test-content": "extra-eyes pages/ --dict=mydictionary.dic"
  }
}

Make Travis (.travis.yml) only run extra-eyes on the diff:

script:
  - npm test
  - extra-eyes pages/ --dict=mydictionary.dic --diff