2017 © Pedro PelĂĄez
 

library git-score

displays aggregate stats in a concise format for human consumption and provides a rough estimation of developer involvement in a project

image

jeslopcru/git-score

displays aggregate stats in a concise format for human consumption and provides a rough estimation of developer involvement in a project

  • Saturday, May 20, 2017
  • by jeslopcru
  • Repository
  • 2 Watchers
  • 1 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

git-score

git-score is a script to compute some "scores" for committers in a git repo. Use it for fun or to brag about your involvement in the development of a project., (*1)

This script is inspired by git-score, a python script, (*2)

Usage

gif, (*3)

In a repository, type:, (*4)

$ git-score

This will output something like the following:, (*5)

+------------------------------+----------------------------------+---------+-------+-------+------+-------+
| name                         | email                            | commits | delta | (+)   | (-)  | files |
+------------------------------+----------------------------------+---------+-------+-------+------+-------+
| Antonio Laguna               | sombragriselros@gmail.com        | 125     | 4251  | 11871 | 7620 | 93    |
| JosĂ© Luis AntĂșnez            | jlantunez@gmail.com              | 170     | 20817 | 26751 | 5934 | 51    |
| Luis                         | info@sentidodroid.com            | 15      | 226   | 1037  | 811  | 19    |
| Jeronimo LĂłpez               | jerolba@gmail.com                | 1       | 0     | 1     | 1    | 2     |
| May Kittens Devour Your Soul | yoshimitsu002@gmail.com          | 2       | 1     | 2     | 1    | 3     |
| Felipe Valverde              | felipe.valverde.campos@gmail.com | 3       | 15    | 60    | 45   | 3     |
| ramon183                     | ramonroc@gmail.com               | 1       | 39    | 39    | 0    | 2     |
| Michael                      | synapsos@gmail.com               | 1       | 0     | 5     | 5    | 4     |
| martijn                      | martijn@plebian.nl               | 1       | 0     | 1     | 1    | 2     |
+------------------------------+----------------------------------+---------+-------+-------+------+-------+

Installation

To install git-score, install Composer and issue the following command:, (*6)

$ composer global require jeslopcru/git-score

Then make sure you have the global Composer binaries directory in your PATH. This directory is platform-dependent, see Composer documentation for details. Example for some Unix systems:, (*7)

$ export PATH="$PATH:$HOME/.composer/vendor/bin"

The Versions

20/05 2017

dev-master

9999999-dev

displays aggregate stats in a concise format for human consumption and provides a rough estimation of developer involvement in a project

  Sources   Download

MIT

The Requires

 

The Development Requires

by jesus

20/05 2017

1.0

1.0.0.0

displays aggregate stats in a concise format for human consumption and provides a rough estimation of developer involvement in a project

  Sources   Download

MIT

The Requires

 

The Development Requires

by jesus