0.1.1 • Published 10 years ago

my-github-username v0.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
10 years ago

my-github-username

Get the Github username of the logged in user from ~/.gitconfig.

Not tested on Windows.

Installation

Get it:

$ npm install my-github-username

Require it:

var getUsername = require('my-github-username');

API

getUsername(cb)

Callback receives error, username.

Copyright & License

© 2014 Jason Frame [ @jaz303 / jason@onehackoranother.com ]

Released under the ISC license.