binhub
binhub copied to clipboard
🗑️ Bulk removing Github repositories made easy (public-beta)
Bulk removing github repositories made easy 🗑️
Motivation
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.
Features
- Minimal user interface and easy to use
- Github authorization over token-based approach
Stack
Codebase | Description |
---|---|
next | Frontend framework |
nextauth | Authentication for Nextjs |
immer | State management |
geist-ui | UI component library |
Setup
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
Support
If you like the project and want to support it, you can do so in the following platforms:
License
MIT License © 2021 Rocktim Saikia