/gitstats

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.

Primary LanguageDart

Git Statistics Tool

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.

Features

  • Calculate total commits
  • Identify contributors
  • Track files changed by contributors

Table of Contents

Installation

Prerequisites

Installing via Homebrew (macOS)

brew tap github.com/jefftrojan/gitstats
brew install git_statistics

Usage

dart bin/git_statistics.dart [options] [repository]

or

gitstat [options ] [repository]

Options

-h, --help: Print usage information.
-v, --verbose: Show additional command output.
--version: Print the tool version.