Bulk operations for GitHub, features:
- Bulk archive repos
- Bulk delete repos
- Bulk cancel stars
- Bulk cancel watchs
- Bulk delete branches
Open website https://bulk-operations-gh.tsdk.dev
Or
Don't forget install the
git-lfs
Clone the repo, pnpm install
dependencies, run pnpm start
and open the url
1. How to get Access Token of GitHub?
Create a personal Access Token
at https://github.com/settings/tokens/new?scopes=repo,delete_repo,user,notifications
2. Is that safe to use the website?
Yes, the Access Token only stored in your browser, except you and GitHub, nobody knows your token.
BTW, you can just clone the source code, run in the local.
- ChakraUI for UI components https://chakra-ui.com/
- Octokit for the GitHub API https://github.com/octokit/octokit.js
- Next.js for the React framework https://github.com/vercel/next.js
- Use-one for state management https://github.com/suhaotian/use-one