Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1004 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 1004 Bytes

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