Skip to content

phillippbertram/go-git-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-git-stats

Utility to generate statistics from git repositories.

Disclaimer

This is a work in progress. It is not ready for production use and currently only availbale as standalone binary.

Installation

Download Repository and install binary:

$ make install

Usage

Currently go-git-stats only prints out the number of lines of code (LOC) for each author in the repository.

$ go-git-stats
----------------------------+-------+------------+
| AUTHOR                     |   LOC | PERCENTAGE |
+----------------------------+-------+------------+
| [email protected] |   215 | 100.00%    |
+----------------------------+-------+------------+
|                            | TOTAL | 219        |
+----------------------------+-------+------------+

About

CLI Tool for getting some git insights

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published