MFTECH 011810bdef add code lines stats, json report vor 1 Jahr
doc Change manpage repository address to github. vor 11 Jahren
.gitignore add code lines stats, json report vor 1 Jahr
Makefile Fix Makefile `make man` to work w/o .git vor 11 Jahren
README.md add code lines stats, json report vor 1 Jahr
arrow-down.gif Add sortable.js for sortable tables in output. vor 17 Jahren
arrow-none.gif Add sortable.js for sortable tables in output. vor 17 Jahren
arrow-up.gif Add sortable.js for sortable tables in output. vor 17 Jahren
gitstats add code lines stats, json report vor 1 Jahr
gitstats.css Style: white background for table cells. vor 15 Jahren
sortable.js Use sortable.js to sort some tables. vor 17 Jahren

README.md

Gitstats - meaningful data for your git repository.

How to run

  1. Clone this repo and cd into it
  2. Create a output directory for your output
  3. ./gitstats [path_to_git_repo] [path_to_output_folder]
  4. Open the index.html within your ouptut_folder

Dependencies

  • Gnuplot
    • MacOS: brew install gnuplot
    • Ubuntu: sudo apt-get install gnuplot
  • Git
  • Python >= 3.0