commitcounter
1.0.2 • Public • Published
commitcounter

Add this to your project to view your contributors commit counts
Install
npm install commitcounter
Usage
require("commitcounter")(function(err, commit) {
if(err) {
throw new Error(err);
}
// {
// "Rob Calcroft": 41,
// "Joe Bloggs": 30,
// "Tim Tom": 5
// }
console.log(commit);
});
Readme
Keywords
nonePackage Sidebar
Install
Weekly Downloads