Christhoval Barba 4d7e71d969
Merge pull request #2 from christhoval06/main
před 1 rokem
doc Change manpage repository address to github. před 11 roky
.gitignore add code lines stats, json report před 1 rokem
Makefile Fix Makefile `make man` to work w/o .git před 11 roky
README.md add code lines stats, json report před 1 rokem
arrow-down.gif Add sortable.js for sortable tables in output. před 17 roky
arrow-none.gif Add sortable.js for sortable tables in output. před 17 roky
arrow-up.gif Add sortable.js for sortable tables in output. před 17 roky
gitstats add tailwindcss, total branch and tags před 1 rokem
gitstats.css add tailwindcss, total branch and tags před 1 rokem
sortable.js add tailwindcss, total branch and tags před 1 rokem

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