commitcounter

1.0.2 • Public • Published

commitcounter

npm version

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

none

Package Sidebar

Install

npm i commitcounter

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • robcalcroft