# Download project
$ git clone git@github.com:caioagiani/github-typos-scan.git
# Join folder
$ cd github-typos-scan
# Install dependencies
$ npm install
$ npm install -g github-typos-scan
$ github-typos-scan --url https://github.com/caioagiani/github-typos-scan
- Follow the Installation process;
- Replace the line that says
YOUR_GITHUB_URL_REPOSITORY
at src/index.js with the url of a given repository you want to scan; - Run
npm run start
.
Example:
(async () => {
const urlRepository = "https://github.com/CheetahTemplate3/cheetah3";
await scanGithubRepository(urlRepository);
})();
# Download project
$ git clone git@github.com:caioagiani/github-typos-scan.git
# Join folder
$ cd github-typos-scan
# Install dependencies
$ npm install
# Install this app as a global module
$ npm install -g .
# Run the app
$ github-typos-scan --url https://github.com/caioagiani/github-typos-scan
Copyright © 2022 caioagiani.
Este projeto é licenciado GNU AGPL.