likes
comments
collection
share

批量删除 github 库工具 NodeJS

作者站长头像
站长
· 阅读数 33

批量删除 github 库工具

github 未提供批量删除 repo 功能。 如你需要批量删除 repo,可通过该功能进行一键删除。 链接见文末

Used

  • NodeJS
  • axios

You Need

此工具基于 NodeJs,所以需要你有 node 环境。

Usage

  1. 🚀 获取 github token; 位置: Settings > Developer settings 批量删除 github 库工具 NodeJS
  2. 📖 填写 token 到如下位置批量删除 github 库工具 NodeJS
  3. 📖 在 main/repos.txt 填写待删除的库。格式 用户名/库名
  4. 💻 run node index.js, 等待脚本跑完。

工具地址:github

转载自:https://segmentfault.com/a/1190000041464261
评论
请登录