Skip to content

Demo application to fetch Git repositories and inspect their contents interactively

License

Notifications You must be signed in to change notification settings

gg-scm/packfile-viewer

Repository files navigation

gg Packfile Viewer

Contributor Covenant

Screenshot of packfile viewer with a listing of Git URLs

packfile-viewer is a demo application for the gg-scm.io/pkg/git/packfile package. It allows you to fetch Git repositories and inspect their contents interactively, similar to GitWeb, but with more debugging details.

Getting Started

packfile-viewer is built using yb. Once you've installed yb, you can build the tool with:

yb build

And once that has finished, you can run the server locally with:

yb exec

The server will then be available at http://localhost:8080/.

License

Apache 2.0