Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 474 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 474 Bytes

Gitlog Busfactor

Calculates the bus factor for each file in your repository from a git log

CircleCI

Usage

Install gitlog-busfactor

npm i -g gitlog-busfactor

Generate a git log with numstat

git log --numstat > gitlog.txt

Run gitlog busfactor

gitlog-busfactor --gitlog pathtogitlog