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

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