GitHub CLI 是一个组织,专注于提供命令行工具和库。它的公共 GitHub 存在包括多个使用 Go 和 Shell 语言开发的项目,如 GitHub 的官方命令行工具 cli、用于 OAuth 的 oauth 库,以及与 GitHub API 交互的 go-gh 模块。这些项目在开发者社区中得到广泛使用。
GitHub’s official command line tool
A library for performing OAuth Device flow and Web application flow in Go client apps.
A Go module for interacting with gh and the GitHub API from the command line.
Action for publishing binary GitHub CLI extensions
A safer version of exec.LookPath on Windows
Go helpers to open URLs, files, or readers in a web browser.
此仓库未提供描述。
[DEPRECATED] scoop packaging for the github cli
Package graphql provides a GraphQL client implementation.
Selected Go-internal packages factored out from the standard library
cli 主要构建命令行工具和库,以增强与 GitHub 的交互体验。其知名项目包括 GitHub 的官方命令行工具和 OAuth 库,旨在简化开发者的工作流程。
cli 主要使用 Go 和 Shell 编程语言进行开发。这些语言的选择使其能够高效地创建命令行工具和相关库,以满足开发者需求。
是的,cli 的所有仓库都是公开的。这使得开发者能够自由访问和使用其提供的工具和库,促进了开源社区的参与和贡献。