A web app that helps you archive and delete old/unused repos, quickly and easily.
Don’t want to use the hosted version? You can run Repo Remover locally using the instructions below.
Repo Remover uses Personal Access Token along with the GitHub API to get a list of your personal repositories, and make changes to them.
Once you’ve provided a Personal Access Token, you can select which of your repos to modify, set the selected repos to be either archived or deleted, and then click the button to make the changes!
Before any changes are made, you will be asked to review the list of selected repos, and confirm your decision.
Note: Personal Access Tokens are not stored or saved in any way. For optimal security, we suggest you create a new token each time you use Repo Remover, and delete it when you are done.
yarn install
yarn serve