An open API service indexing awesome lists of open source software.

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

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
```