hacking-thursday / h4-scripts

2 stars 4 forks source link

尋找 GitHub CLI 工具 #23

Closed bcbcarl closed 8 years ago

bcbcarl commented 10 years ago

GitHub 處理 issue 和 PR 都要開網頁很煩,一定有寫好的現成工具,大家幫忙一起找。

bcbcarl commented 10 years ago

官方出品,文件齊全: https://hub.github.com/

bcbcarl commented 10 years ago

gh 似乎要取代 hub 了: https://github.com/jingweno/gh

我還是沒找到可以列出 pull requests 的工具。

bcbcarl commented 10 years ago

I just found HubFlow but it seems not good enough though. http://datasift.github.io/gitflow/GitFlowForGitHub.html

bcbcarl commented 10 years ago

沒有找到很好的工具可以列出 pull request,有人有好的想法嗎?

a0726h77 commented 10 years ago

這個工具不知道怎麼樣,大家要不要一起測試

https://pypi.python.org/pypi/hub http://pythonhosted.org/hub/

# pip install hub
$ git hub whoami  # 設定帳號密碼

$ cd h4-scripts/
$ git hub issues  # show isues

$ git hub issue  # create new issue
====
first line is title
content ...
===
bcbcarl commented 10 years ago

這個 hub 就是舊版的,現在改用 gh 了。

bcbcarl commented 10 years ago

gh issue 就能列出現在所有 issue 了! 至於二階段驗證,如果是綁 app,其實要開 app 才對,但我不知如何存下來。 現在我也找不到任何方法可以 close issue。

bcbcarl commented 10 years ago

這看起來有前途,可以 close,而且積極開發: https://github.com/node-gh/gh

a0726h77 commented 10 years ago

node 這版可以管理 issue 和 pull request