git-author
v1.0.3
Published
Read git name and email from config
Downloads
10
Readme
git-author
Read git author name and email from config.
Installation
npm i -S git-author
Usage
import gitAuthor from 'git-author'
console.log(gitAuthor()) // { name: 'John Doe', email: '[email protected]' } or if the values are not set: { name: '', email: '' }
LICENSE
MIT