npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

git-emails

1.0.3

@hemanth

npmHomeRepoSnykSocket
Downloads:145
$ npm install git-emails
DailyWeeklyMonthlyYearly

git-emails Build Status

Get contributor's emails within a git repo!

Install

$ npm install --save git-emails

Usage

var gitEmails = require('git-emails');

gitEmails(function(err,data){
	if(!err) console.log(data);
})
/* data would an array of emails */

License

MIT © Hemanth.HM