🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

git-repo-contribution-graph

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-repo-contribution-graph

Get the contribution graph of a github repository. Run npx git-repo-contribution-graph from your git repository.

1.0.3
latest
npm
Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

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

  • Got on your repo
cd my-repo
  • 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%)       |

Keywords

git

FAQs

Package last updated on 23 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts