Christhoval Barba dddbdcc185 feat(activity/html): update chart to use apexchart. hace 1 año
doc Change manpage repository address to github. hace 11 años
.gitignore add code lines stats, json report hace 1 año
Makefile feat(activity/html): update chart to use apexchart. hace 1 año
README.md add code lines stats, json report hace 1 año
arrow-down.gif Add sortable.js for sortable tables in output. hace 17 años
arrow-none.gif Add sortable.js for sortable tables in output. hace 17 años
arrow-up.gif Add sortable.js for sortable tables in output. hace 17 años
chart.json feat(activity/html): update chart to use apexchart. hace 1 año
gitstats feat(activity/html): update chart to use apexchart. hace 1 año
gitstats.css feat(activity/html): update chart to use apexchart. hace 1 año
html.py feat(activity/html): update chart to use apexchart. hace 1 año
sortable.js add tailwindcss, total branch and tags hace 1 año
tailwind.json feat(tailwind): add tailwind config, update general pages using tiles hace 1 año

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