Skip to content

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.

Notifications You must be signed in to change notification settings

jefftrojan/gitstats

Repository files navigation

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published