Skip to content

jefftrojan/gitstats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Sponsor this project

 

Packages

 
 
 

Contributors