MFTECH 30a965bc5e refactor html generator, add alpinejs, add tailwindcss layout 1年前
doc Change manpage repository address to github. 11 年前
.gitignore add code lines stats, json report 1年前
Makefile Fix Makefile `make man` to work w/o .git 11 年前
README.md add code lines stats, json report 1年前
arrow-down.gif Add sortable.js for sortable tables in output. 17 年前
arrow-none.gif Add sortable.js for sortable tables in output. 17 年前
arrow-up.gif Add sortable.js for sortable tables in output. 17 年前
gitstats refactor html generator, add alpinejs, add tailwindcss layout 1年前
gitstats.css refactor html generator, add alpinejs, add tailwindcss layout 1年前
sortable.js add tailwindcss, total branch and tags 1年前

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