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

Simple tool to look for typos in github repositories

License

Notifications You must be signed in to change notification settings

lucaswilliameufrasio/github-typos-scan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple tool to look for typos in github repositories

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%