This package browser is in early development. Mind the rough edges.

emacs-ghub

Emacs client libraries for the APIs of various Git forges

Ghub provides basic support for using the APIs of various Git forges from Emacs packages. It supports the REST APIs of Github, Github GraphQL, Gitlab, Gitea, Gogs and Bitbucket. It abstracts access to API resources using only a handful of functions that are not resource-specific.

Installation

Install the latest version of emacs-ghub as follows:

guix install emacs-ghub

Or install a particular version:

guix install emacs-ghub@5.0.2

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of emacs-ghub about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/emacs-ghub'><img src='https://packages.guix.gnu.org/packages/emacs-ghub/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/emacs-ghub/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/emacs-ghub)

Example Org:

[[https://packages.guix.gnu.org/packages/emacs-ghub][https://packages.guix.gnu.org/packages/emacs-ghub/badges/latest-version.svg]]