golang-github-cli-go-gh-dev - 1.0.0-1
main
go-gh is a Go module for CLI Go applications and gh extensions
that want a convenient way to interact with gh, and the GitHub API
using gh environment configuration.
.
go-gh supports multiple ways of getting access to gh functionality:
.
* Helpers that automatically read a gh config to authenticate
themselves
* gh.Exec shells out to a gh install on your machine
.
If you'd like to use go-gh on systems without gh installed and
configured, you can provide custom authentication details to the go-gh
API helpers.