Skip to content

ryanmaynard/gitcontact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitContact

Attempts to find a github user's email

demo_image

Installation

npm install -g gitcontact

In order to use the github API, you will need to generate an API token. To do so, open https://github.com/settings/tokens/new?description=gitcontact. Leave the boxes unchecked and generate a token. Afterward, you will need to run export GH_EMAIL_TOKEN=<token>. You will also need to add it to your .bashrc or .bash_profile so that it loads in subsequent sessions.

Usage

gitcontact user

Contributing

Fork it: https://github.com/ryanmaynard/gitcontact/fork

Create your feature branch: git checkout -b my-new-feature

Commit your changes: git commit -am 'Add some feature'

Push to the branch: git push origin my-new-feature

Create a new Pull Request: https://github.com/ryanmaynard/gitcontact/compare

License