conjecture
Guess Git author, email address, GitHub username, etc.
This module attempts to gather info from various Git config files, npm, and the host system.
Requirements
- Node.js v4 or greater
Install
$ npm install conjecture --save
Example
// each function returns a Promiseconst guessAuthor guessEmail guessGitHubUsername = ; // guessGitHubUsername takes an optional "email" parameterPromiseall ;
License
© 2017 Christopher Hiller. Licensed Apache-2.0.