https://github.com/changjun2019/bulk-remove-github-repo
批量删除自己的 github repos
https://github.com/changjun2019/bulk-remove-github-repo
github
Last synced: 2 months ago
JSON representation
批量删除自己的 github repos
- Host: GitHub
- URL: https://github.com/changjun2019/bulk-remove-github-repo
- Owner: ChangJun2019
- License: mit
- Created: 2021-10-12T10:36:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-12T10:55:44.000Z (over 4 years ago)
- Last Synced: 2025-03-31T15:36:19.660Z (over 1 year ago)
- Topics: github
- Language: TypeScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bulk-remove-github-repo
用来批量删除自己的 github repos 。
## Usage
1. config 中填入自己的 `personal access tokens` 和要批量删除的 repo 。
2. [token 获取](https://github.com/settings/apps),scope 选择 delete_repo
run:
```bash
pnpm add
pnpm start
```