repo remover

A web app that helps you archive and delete old/unused repos, quickly and easily.

221
38
Vue
RepoRemover - The fastest way to archive or delete multiple GitHub repos

Try it now at https://reporemover.xyz

Don’t want to use the hosted version? You can run Repo Remover locally using the instructions below.

Demo

RepoRemover Selection UI

How it works

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.

Run Repo Remover locally

  1. Fork this repository to your own GitHub account and then clone it to your computer.
  2. Install dependencies
    yarn install
    
  3. Run local server
    yarn serve
    
  4. Visit http://localhost:8080/

Built with

Author

Zaahir Moolla (@zmoolla, zaahir.ca)