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: 22 days ago
JSON representation
Clean up your GitHub profile by deleting abandoned or empty repositories with just a few clicks.
- Host: GitHub
- URL: https://github.com/MehediH/GitCleanup
- Owner: MehediH
- Created: 2020-03-25T22:07:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T10:13:21.000Z (about 2 years ago)
- Last Synced: 2025-03-16T07:23:08.662Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://www.gitcleanup.com/
- Size: 2.43 MB
- Stars: 71
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - MehediH/GitCleanup - Clean up your GitHub profile by deleting abandoned or empty repositories with just a few clicks. (JavaScript)
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.
[](https://www.gitcleanup.com)
You can access the app on [gitcleanup.com](https://www.gitcleanup.com), or deploy your own instance on Heroku:
[](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.