/git-contrib

Simple Contributors Report For Git

Primary LanguageGoMIT LicenseMIT

git-contrib

Go Go Report Card

git-contrib creates "git blame" based contributors report for git repositories different than the GitHub's Insights->Contributors report.

Installation

go install github.com/ermanimer/git-contrib@latest

Usage

Run following command in a git repository.

git contrib

or

git-contrib

Sample Output

+---------------------+------------+------------+
| author              | line count | percentage |
+---------------------+------------+------------+
| ermanimer@gmail.com |        329 |     100.00 |
+---------------------+------------+------------+