Bulk removing github repositories made easy 🗑️
The main motive behind this app is that the manual way of deleting a repo is quite tedious. And if you want to bulk delete redundant/old/fork repos then it can be a frustrating process. There are other alternatives like scripts that does the same thing. But I prefer a UI while selecting what to delete because it is much more clear and just to be sure that you are not accidentally deleting any important stuff.
- Minimal user interface and easy to use
- Github authorization over token-based approach
Codebase | Description |
---|---|
next | Frontend framework |
nextauth | Authentication for Nextjs |
immer | State management |
geist-ui | UI component library |
Create a new .env.local
file and add the required credentials included in the .env.template
.
Create an OAuth Github app manually here and grab the GITHUB_ID
and GITHUB_SECRET
to add to the env file.
Install the dependencies
yarn install
Start the development server
yarn dev
If you like the project and want to support it, you can do so in the following platforms:
MIT License © 2021 Rocktim Saikia