Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Latest commit

 

History

History
56 lines (40 loc) · 1.43 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.43 KB

Github Typos Scan

GitHub language count GitHub top language GitHub repo size GitHub license

Simple tool to look for typos in github repositories

screenshot-terminal-tools

Installation

# Download project
$ git clone [email protected]:caioagiani/github-typos-scan.git

# Join folder
$ cd github-typos-scan

# Install dependencies
$ yarn install or npm install

# Start application
$ yarn start or npm run start

Usage

(async () => {
  const urlRepository = "YOUR_GITHUB_URL_REPOSITORY"; // https://github.com/CheetahTemplate3/cheetah3

  await client.init();

  for (const word of enUs) {
    await client.github(urlRepository, word);
  }

  client.close();
})();

License

Copyright © 2021 caioagiani.
Este projeto é licenciado GNU AGPL.