Christhoval Barba 8bbc0d5771
Merge pull request #1 from christhoval06/chore/python3
1 yıl önce
doc Change manpage repository address to github. 11 yıl önce
.gitignore add code lines stats, json report 1 yıl önce
Makefile Fix Makefile `make man` to work w/o .git 11 yıl önce
README.md add code lines stats, json report 1 yıl önce
arrow-down.gif Add sortable.js for sortable tables in output. 17 yıl önce
arrow-none.gif Add sortable.js for sortable tables in output. 17 yıl önce
arrow-up.gif Add sortable.js for sortable tables in output. 17 yıl önce
gitstats add code lines stats, json report 1 yıl önce
gitstats.css Style: white background for table cells. 15 yıl önce
sortable.js Use sortable.js to sort some tables. 17 yıl önce

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