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

gitile

Simple Git forge written in Guile

Gitile is a Git forge written in Guile that lets you visualize your public Git repositories on a web interface.

Installation

Install the latest version of gitile as follows:

guix install gitile

Or install a particular version:

guix install gitile@0.1.4-1feb300

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 gitile about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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