批量删除 github 库工具
github 未提供批量删除 repo 功能。 如你需要批量删除 repo,可通过该功能进行一键删除。
链接见文末
Used
- NodeJS
- axios
You Need
此工具基于 NodeJs,所以需要你有 node 环境。
Usage
- 获取 github token; 位置:
Settings
>Developer settings
- 填写
token
到如下位置 - 在
main/repos.txt
填写待删除的库。格式用户名/库名
- run
node index.js
, 等待脚本跑完。
工具地址:github