The Git Statistics Tool is a command-line interface (CLI) tool built with Dart. It provides insights into Git repositories by analyzing commit history, identifying contributors, and tracking changes to files.
- Calculate total commits
- Identify contributors
- Track files changed by contributors
- Dart SDK installed
brew tap github.com/jefftrojan/gitstats
brew install git_statisticsdart bin/git_statistics.dart [options] [repository]gitstat [options ] [repository]-h, --help: Print usage information.
-v, --verbose: Show additional command output.
--version: Print the tool version.