Skip to content

chr1shaefn3r/gitviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitviz

Visualizing the git object database

![] (sample.gif)

CLI

$ npm install --global gitviz
$ gitviz --help

  Visualizing the git object database

  Usage:
    gitviz PATH

  Options:
	-w, --watch        watch the PATH for filechanges
    -h, --help         print usage information
    -v, --version      show version info and exit

  Examples:
    $ gitviz /path/to/git/project

External dependencies

  • Graphviz (sudo apt-get install graphviz or brew install graphviz)

Open issues

  • Add pack-support
  • Catch the exception if graphviz is not installed and give useful hint on how to solve the problem

License

MIT © Christoph Häfner