Socket
Socket
Sign inDemoInstall

extra-eyes

Package Overview
Dependencies
327
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    extra-eyes

Catch insensitive, inconsiderate writing, and bad spelling. A fork of alex https://github.com/get-alex/alex.


Version published
Weekly downloads
10
increased by66.67%
Maintainers
1
Install size
19.5 MB
Created
Weekly downloads
 

Readme

Source

👀 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

FAQs

Last updated on 30 Jan 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc