Winnak / Graphrepo

Draws a graph of changes over time in a git repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graphrepo

Draws a neat graph of the commits in the git repository, showing cumulative changes (additions and removals) and lines of code vs time.

Usage: > ./graphrepo.py <path>

Install:

  • Using python3.6 (might work for other versions as well)
  • > pip install matplotlib

License: MIT.

About

Draws a graph of changes over time in a git repository.

License:MIT License


Languages

Language:Python 100.0%