Skip to content

mikehadlow/gitviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitVis — Visualize your Git repository

An interactive visualization of your Git repository. Explore the structure, see where the hotspots are, and who has contributed to which parts of the codebase.

GitVis visualization

Getting Started

Install dependencies:

bun install

Run against any Git repository:

bun run start <path-to-git-repo>

Then open http://localhost:3000 in your browser.

Development

Build the frontend bundle:

bun run build

Run with hot reload:

bun run dev <path-to-git-repo>

Run tests:

bun test

About

Simple Git repo visualisation tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages