Github 回购的批量编辑器?
Bulk editor for Github repos?
我在一个 Github 组织中有大量私有存储库,我想将其转移到另一个组织进行存档,并在此过程中删除所有团队。
我已经遇到了 https://github.com/ahmadnassri/github-bulk-transfer, and I could of course also roll my own implementation with the libraries from https://developer.github.com/v3/libraries/,但我真的很惊讶 Github 存储库没有一种批量编辑器,您可以在其中对选定的子集执行 API 命令回购协议。
欢迎任何提示!
所以我做了 最终推出了我自己的,非常简单感谢 PyGTK,请求 + json.
结果已在 Github:https://github.com/floe/github-bulk-editor,欢迎反馈!
(尽管它只允许批量传输回购协议,因为这正是我现在所需要的,我已经尽量保持内部结构的通用性,所以大多数其他 Github API命令应该很容易添加。)
我在一个 Github 组织中有大量私有存储库,我想将其转移到另一个组织进行存档,并在此过程中删除所有团队。
我已经遇到了 https://github.com/ahmadnassri/github-bulk-transfer, and I could of course also roll my own implementation with the libraries from https://developer.github.com/v3/libraries/,但我真的很惊讶 Github 存储库没有一种批量编辑器,您可以在其中对选定的子集执行 API 命令回购协议。
欢迎任何提示!
所以我做了 最终推出了我自己的,非常简单感谢 PyGTK,请求 + json.
结果已在 Github:https://github.com/floe/github-bulk-editor,欢迎反馈!
(尽管它只允许批量传输回购协议,因为这正是我现在所需要的,我已经尽量保持内部结构的通用性,所以大多数其他 Github API命令应该很容易添加。)