https://github.com/hemanth/git-emails
Get contributor's emails within a git repo!
https://github.com/hemanth/git-emails
email git
Last synced: about 1 year ago
JSON representation
Get contributor's emails within a git repo!
- Host: GitHub
- URL: https://github.com/hemanth/git-emails
- Owner: hemanth
- License: mit
- Created: 2015-07-28T21:49:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T16:50:37.000Z (about 9 years ago)
- Last Synced: 2025-03-28T18:21:22.545Z (about 1 year ago)
- Topics: email, git
- Language: JavaScript
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# git-emails [](https://travis-ci.org/hemanth/git-emails)
> Get contributor's emails within a git repo!
## Install
```
$ npm install --save git-emails
```
## Usage
```js
var gitEmails = require('git-emails');
gitEmails(function(err,data){
if(!err) console.log(data);
})
/* data would an array of emails */
```
## License
MIT © [Hemanth.HM](http://h3manth.com)