Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 802 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 802 Bytes

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

You can access the app on gitcleanup.com, or deploy your own instance on Heroku:

Deploy

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.