Generate Git development statistics, a reboot of statgit.
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
.
- Ruby 2.6+ or 3.0+
bundle exec rspec
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.