NakoBase Logo

A tool to get a list of repositories where collaborators have been added

#Github#Collaborator#Node.js
A tool to get a list of repositories where collaborators have been added

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.

  1. Clone the repository

  2. Add information to .env

GITHUB_USERNAME=
 GITHUB_TOKEN=
  1. Install packages

$ pnpm install

  1. Run

$ pnpm start