JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q29673F
  • License MIT

List git contributors between two revisions.

Package Exports

  • git-heroes

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (git-heroes) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Git Heroes

List git contributors between two revisions.

Example

$ git-heroes -c 5_0_2_GA -p 5_0_1_GA -o md -s sum
| name         | email                           | commits (7) | added (139) | deleted (61) | sum (200) | diff (78) |
| ------------ | ------------------------------- | ----------- | ----------- | ------------ | --------- | --------- |
| Chris Barber | chris@cb1inc.com                | 2           | 127         | 49           | 176       | 78        |
| prop         | r.belyakov@netris.ru            | 1           | 5           | 5            | 10        | 0         |
| Feon Sua     | feonsua@Feons-MacBook-Pro.local | 1           | 4           | 4            | 8         | 0         |
| Ng Chee Kiat | cng@appcelerator.com            | 3           | 3           | 3            | 6         | 0         |

Usage

Run git-heroes for usage.

Module API

var heroes = require('git-heroes');

heroes.run(opts, callback);