gg Packfile Viewer
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/
.