Christhoval Barba 82703d534a
Merge pull request #3 from christhoval06/main
1 år sedan
doc Change manpage repository address to github. 11 år sedan
.gitignore add code lines stats, json report 1 år sedan
Makefile feat(tailwind): add tailwind config, update general pages using tiles 1 år sedan
README.md add code lines stats, json report 1 år sedan
arrow-down.gif Add sortable.js for sortable tables in output. 17 år sedan
arrow-none.gif Add sortable.js for sortable tables in output. 17 år sedan
arrow-up.gif Add sortable.js for sortable tables in output. 17 år sedan
gitstats feat(tailwind): add tailwind config, update general pages using tiles 1 år sedan
gitstats.css refactor html generator, add alpinejs, add tailwindcss layout 1 år sedan
sortable.js add tailwindcss, total branch and tags 1 år sedan
tailwind.json feat(tailwind): add tailwind config, update general pages using tiles 1 år sedan

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