Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MehediH/GitCleanup

Clean up your GitHub profile by deleting abandoned or empty repositories with just a few clicks.
https://github.com/MehediH/GitCleanup

Last synced: about 2 months ago
JSON representation

Clean up your GitHub profile by deleting abandoned or empty repositories with just a few clicks.

Awesome Lists containing this project

README

        

# GitCleanup

### Clean up your GitHub profile by deleting abandoned or empty repositories with just a few clicks.

A web app built with React + Express that lets you bulk delete repositories with just a few clicks.

[![GitCleanup](https://raw.githubusercontent.com/MehediH/GitCleanup/master/readmepic.png)](https://www.gitcleanup.com)

You can access the app on [gitcleanup.com](https://www.gitcleanup.com), or deploy your own instance on Heroku:

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/MehediH/GitCleanup)

To run the app locally, you'll need to set your GitHub OAuth app credentials as environment variables (`GITHUB_CLIENT_ID` and `GITHUB_CLIENT_SECRET`). Then run `npm run dev` to start the Express server and the React app.