Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.13 KB

README.md

File metadata and controls

49 lines (36 loc) · 1.13 KB

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.