{"id":23357296,"url":"https://github.com/jeslopcru/git-score","last_synced_at":"2025-08-07T05:15:46.664Z","repository":{"id":56998232,"uuid":"91885685","full_name":"jeslopcru/git-score","owner":"jeslopcru","description":"script to compute some \"scores\" for committers in a git repo.","archived":false,"fork":false,"pushed_at":"2023-03-29T07:29:32.000Z","size":201,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-16T17:21:23.320Z","etag":null,"topics":["git","php","phpunit","symfony-console"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeslopcru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-20T11:47:24.000Z","updated_at":"2020-03-18T21:13:26.000Z","dependencies_parsed_at":"2024-12-21T10:20:40.336Z","dependency_job_id":"68bb78f8-f405-413c-ae5a-b5d2437a515e","html_url":"https://github.com/jeslopcru/git-score","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"bd6386c0144bdc94c4238cc3a7575216afe35182"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jeslopcru/git-score","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeslopcru%2Fgit-score","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeslopcru%2Fgit-score/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeslopcru%2Fgit-score/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeslopcru%2Fgit-score/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeslopcru","download_url":"https://codeload.github.com/jeslopcru/git-score/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeslopcru%2Fgit-score/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269201309,"owners_count":24377461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","php","phpunit","symfony-console"],"created_at":"2024-12-21T10:20:00.954Z","updated_at":"2025-08-07T05:15:46.635Z","avatar_url":"https://github.com/jeslopcru.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-score\n\n*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.\n\nThis script is inspired by [git-score](https://github.com/msparks/git-score), a python script\n\n## Usage\n\n![gif](http://imgur.com/gxA3Ezb.gif)\n\nIn a repository, type:\n\n```sh\n$ git-score\n```\n\nThis will output something like the following:\n\n```\n+------------------------------+----------------------------------+---------+-------+-------+------+-------+\n| name                         | email                            | commits | delta | (+)   | (-)  | files |\n+------------------------------+----------------------------------+---------+-------+-------+------+-------+\n| Antonio Laguna               | sombragriselros@gmail.com        | 125     | 4251  | 11871 | 7620 | 93    |\n| José Luis Antúnez            | jlantunez@gmail.com              | 170     | 20817 | 26751 | 5934 | 51    |\n| Luis                         | info@sentidodroid.com            | 15      | 226   | 1037  | 811  | 19    |\n| Jeronimo López               | jerolba@gmail.com                | 1       | 0     | 1     | 1    | 2     |\n| May Kittens Devour Your Soul | yoshimitsu002@gmail.com          | 2       | 1     | 2     | 1    | 3     |\n| Felipe Valverde              | felipe.valverde.campos@gmail.com | 3       | 15    | 60    | 45   | 3     |\n| ramon183                     | ramonroc@gmail.com               | 1       | 39    | 39    | 0    | 2     |\n| Michael                      | synapsos@gmail.com               | 1       | 0     | 5     | 5    | 4     |\n| martijn                      | martijn@plebian.nl               | 1       | 0     | 1     | 1    | 2     |\n+------------------------------+----------------------------------+---------+-------+-------+------+-------+\n```\n\n## Installation\n\nTo install git-score, install Composer and issue the following command:\n\n```sh\n$ composer global require jeslopcru/git-score\n```\n\nThen 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:\n\n```sh\n$ export PATH=\"$PATH:$HOME/.composer/vendor/bin\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeslopcru%2Fgit-score","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeslopcru%2Fgit-score","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeslopcru%2Fgit-score/lists"}