Skip to content

A cli tools to display contribution stats like github for your local repos

License

Notifications You must be signed in to change notification settings

ProbstenHias/gitstats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitstats cli tool

Gitstats is a command line tool that generates statistics from git repositories. It is written in Go and is available for Linux, Windows and Mac OS X. The tool shows the number of commits to your local git repository similar to how github shows commit stats on your profile page.

Installation

  1. Download the repo
  2. Naviate to the repo directory
  3. Run the following command
    go install

Usage

    gitstats path/to/repo --email=your@email.com
  • the path to the repo is not required, it defaults to the current path
  • to set a default email in the config file ~/.gitstats add the following line
    email="your@mail.com"

About

A cli tools to display contribution stats like github for your local repos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages