Get the Github username of the current user
npm install my-github-usernameGet the Github username of the logged in user from ~/.gitconfig.
Not tested on Windows.
Get it:
$ npm install my-github-username
Require it:
var getUsername = require('my-github-username');
#### getUsername(cb)
Callback receives error, username.
© 2014 Jason Frame [@jaz303 / jason@onehackoranother.com ]
Released under the ISC license.