GitHub的官方命令行工具
hello,小伙伴们大家好,今天给大家推荐的开源项目是:cli
, gh
是GitHub上的命令行,现在提供beta版。感兴趣的小伙伴可以研究一下这个项目。
安装
# Homebrew
Install: brew install github/gh/gh
# Debian/Ubuntu Linux
Download the .deb file from the releases page
sudo apt install ./gh_*_linux_amd64.deb install the downloaded file
# Centos Linux
Download the .rpm file from the releases page
sudo yum localinstall gh_*_linux_amd64.rpm install the downloaded file