Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 761 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 761 Bytes

statgit2

Generate Git development statistics, a reboot of statgit.

Running

npm install
bundle install
bundle exec ruby generate.rb --url https://github.com/your/repository --database db/databse.sqlite3

This will generate reports in output/ and a database stored locally as db/database.sqlite3.

A full list of options is available with --help.

Requirements

  • Ruby 2.6+ or 3.0+

Tests

bundle exec rspec

Notes

To handle large code bases, statgit2 permits you to split analysis over a long period of time: use the --max or --limit switches to gradually build up your development statistics with automated jobs.

Examples