git-user-info
v2.0.3
Published
Get the user info for the current user from git config, at the project or global scope
Downloads
23,540
Readme
git-user-info
Get the user info for the current user from git config, at the project or global scope
Installation
$ npm install --save git-user-info
Usage
var {getGitUserInfo} = require('git-user-info')
// Default path
console.log(getGitUserInfo())
// Specific path
console.log(getGitUserInfo({path: '/path/to/.gitconfig'}))
Notes
- Heavily inspired by git-user-name
License
MIT-licensed. See LICENSE.