A tool to get a list of repositories where collaborators have been added
#Github#Collaborator#Node.js
Overview
When developing with multiple people, it is common to add collaborators to personal GitHub repositories.
Even after a project is completed, collaborators may remain due to being forgotten to remove them, so I needed to organize them and created a way to retrieve a list of repositories.
Usage
github-collaborator-checker: https://github.com/nakobase/github-collaborator-checker
It works if you have Node.js installed.
Clone the repository
Add information to
.env
GITHUB_USERNAME=
GITHUB_TOKEN=
Install packages
$ pnpm install
Run
$ pnpm start