Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 466 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 466 Bytes

🍐 pearing

Looks through the git log and appends possible co-authors as comments to git template.

prerequisites

Needs nodejs and npm. Only really makes sense if you're using an editor like vim to write git messages.

setup

npm i -g pearing

usage

pearing template

To append the five most active contributors to your git template. Just pick and choose by uncommenting. Amount adjustable with -n flag, e.g. pearing t -n 10.