https://github.com/mathiasgilson/git-repo-contribution-graph
Get a contribution graph of each contributor of a git repo on the latest version of the code
https://github.com/mathiasgilson/git-repo-contribution-graph
Last synced: 4 months ago
JSON representation
Get a contribution graph of each contributor of a git repo on the latest version of the code
- Host: GitHub
- URL: https://github.com/mathiasgilson/git-repo-contribution-graph
- Owner: MathiasGilson
- Created: 2023-11-21T17:53:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T18:47:57.000Z (over 1 year ago)
- Last Synced: 2025-08-09T07:05:59.166Z (10 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Repo Contribution Graph
Get a contribution graph of each contributor of a git repo on the latest version of the code
It will count the line written (or edited) by each contributor on the latest version of the code.
This does not show the number of line that was written since the beginning of the project, only on the latest version of the code (supposedly the one that matters)
## Run
1. Got on your repo
```
cd my-repo
```
2. From your repo run the command
```
npx git-repo-contribution-graph
```
## Example
Contribution Graph:
```
George: 299 (2.05%) | ##
Sam: 3282 (22.54%) | ##################
Mark: 2071 (14.22%) | ############
Elon: 8898 (61.11%) | ##################################################
Tim: 1 (0.01%) |
```
Sponsored by [Qualtir](https://qualtir.com)