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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

60a0fe0 · Feb 26, 2021

History

16 Commits
Feb 26, 2021
Jan 23, 2021
Jan 28, 2021
Jan 28, 2021
Jan 23, 2021
Jan 23, 2021
Jan 27, 2021
Jan 27, 2021
Jan 27, 2021
Jan 27, 2021
Jan 23, 2021
Jan 28, 2021
Jan 28, 2021
Jan 28, 2021
Jan 24, 2021
Jan 28, 2021
Jan 28, 2021

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