🍀 Local git statistics including GitHub-like contributions calendars.
Go to file
Ionică Bizău 10d571fa63 Parse date 2015-01-26 10:47:13 +02:00
bin Output process.argv 2015-01-26 10:39:58 +02:00
lib Parse date 2015-01-26 10:47:13 +02:00
.gitignore Added gitignore. 2015-01-25 21:50:10 +02:00
LICENSE Added license. 2015-01-26 10:04:06 +02:00
README.md Docs 2015-01-26 10:08:43 +02:00
package.json Updated the main file. 2015-01-26 10:07:33 +02:00
tmp Tmp 2015-01-26 10:13:42 +02:00

README.md

git-stats

A GitHub-like contributions calendar, but locally, with all your git commits.

Installation

$ npm install -g git-stats

Documentation

record(data, callback)

Records a new commit.

Params

  • Object data: The commit data containing:

  • date (String|Date): The date object or a string in this format: DDD MMM dd HH:mm:ss YYYY

  • url (String): The repository remote url.

  • hash (String): The commit hash.

  • Function callback: The callback function.

get(data, callback)

Gets the git stats.

Params

  • Object data: The stats filter. Not yet implemented.
  • Function callback: The callback function.

How to contribute

  1. File an issue in the repository, using the bug tracker, describing the contribution you'd like to make. This will help us to get you started on the right foot.
  2. Fork the project in your account and create a new branch: your-great-feature.
  3. Commit your changes in that branch.
  4. Open a pull request, and reference the initial issue in the pull request message.

License

See the LICENSE file.