my-github-username
v0.1.1
Published
Get the Github username of the current user
Readme
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-usernameRequire it:
var getUsername = require('my-github-username');API
getUsername(cb)
Callback receives error, username.
Copyright & License
© 2014 Jason Frame [ @jaz303 / [email protected] ]
Released under the ISC license.
