https://github.com/movahhedi/git-fame-coefficient
Pretty-print git repository collaborators sorted by contributions, with coefficients for ins, del, surv.
https://github.com/movahhedi/git-fame-coefficient
fame git git-fame movahhedi shahab shmovahhedi
Last synced: about 2 months ago
JSON representation
Pretty-print git repository collaborators sorted by contributions, with coefficients for ins, del, surv.
- Host: GitHub
- URL: https://github.com/movahhedi/git-fame-coefficient
- Owner: movahhedi
- License: mit
- Created: 2023-02-25T19:46:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T19:55:02.000Z (over 3 years ago)
- Last Synced: 2025-10-26T22:38:18.281Z (8 months ago)
- Topics: fame, git, git-fame, movahhedi, shahab, shmovahhedi
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-fame-coefficient
Pretty-print git repository collaborators sorted by contributions, with coefficients for `ins`, `del`, `surv`.
Developed by [Shahab Movahhedi](https://shmovahhedi.com)
Install Python and pip, and then install [`git-fame` by casperdcl](https://github.com/casperdcl/git-fame) with:
```
pip install git-fame
```
And after closing and reopening the terminal, run:
```
npx git-fame-coefficient
```