# 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
(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();
})();
Copyright © 2021 caioagiani.
Este projeto é licenciado GNU AGPL.