git-author
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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: 'john.doe@gmail.com' } or if the values are not set: { name: '', email: '' }

LICENSE

MIT

Readme

Keywords

Package Sidebar

Install

npm i git-author

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

3.21 kB

Total Files

6

Last publish

Collaborators

  • dherault