GitHub的官方命令行工具
Posted GitHub每日探索
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于GitHub的官方命令行工具的主要内容,如果未能解决你的问题,请参考以下文章
sql [SQL查询片段]用于在命令行或通过R和其他工具使用SQL的快速代码段#tags:sql,R,text processing,命令li