CLI to list all repos a user has access to, and report on their configuration in aggregate.
npm install
to install all dependencies- create
.env
file and initializeGH_TOKEN
orGITHUB_TOKEN
(in order of precedence) with your Github token
- generate a personal access token using github here and add the
repo
scope to it. - on the terminal run
export GH_TOKEN=<the personal access token generated>
- run
npx repo-report
- execute
./bin/run
to get a report of all your repositories in the terminal