vlambda博客
学习文章列表

GitHub的官方命令行工具

hello,小伙伴们大家好,今天给大家推荐的开源项目是:cli

, gh是GitHub上的命令行,现在提供beta版。感兴趣的小伙伴可以研究一下这个项目。

安装

# Homebrew
Install: brew install github/gh/gh
# Debian/Ubuntu Linux
  1. Download the .deb file from the releases page

  2. sudo apt install ./gh_*_linux_amd64.deb install the downloaded file

# Centos Linux
  1. Download the .rpm file from the releases page

  2. sudo yum localinstall gh_*_linux_amd64.rpm install the downloaded file