Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.26 KB

README.md

File metadata and controls

50 lines (30 loc) · 1.26 KB

logo

Bulk operations for GitHub

Bulk operations for GitHub, features:

  • Bulk archive repos
  • Bulk delete repos
  • Bulk cancel stars
  • Bulk cancel watchs
  • Bulk delete branches

How to use

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

Questions

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.

Screenshots

screenshot

Thanks