Christhoval Barba 3e40bdd9cc
Merge 9f5cd3b00218da49b869e1ae224d86881f048f9f into 55c5c285558c410bb35ebf421245d320ab9ee9fa
преди 1 година
doc Change manpage repository address to github. преди 11 години
.gitignore add code lines stats, json report преди 1 година
Makefile feat(activity/html): update chart to use apexchart. преди 1 година
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 години
chart.json feat(authors.html): update chart to use apexchart. преди 1 година
gitstats feat(*.html): update chart to use apexchart. преди 1 година
gitstats.css feat(authors.html): update chart to use apexchart. преди 1 година
html.py feat(*.html): update chart to use apexchart. преди 1 година
sortable.js add tailwindcss, total branch and tags преди 1 година
tailwind.json feat(tailwind): add tailwind config, update general pages using tiles преди 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