1.1.0 • Published 1 year ago

find-gh-commit-emails v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

find-gh-commit-emails

npm license: MIT

Utilities for finding emails used by a given GitHub user.

Usage

This package provides an executable that can be invoked directly.

npx find-gh-commit-emails <username>

A utility function is also provided for use in Node.js applications.

import { findEmails } from "find-gh-commit-emails";

const username = "<username>";
const token = "[token]";
const options = {
  includeCommitter: true,
};

const emailMap = await findEmails(username, token, options);

License

Licensed under the MIT License.

1.1.0

1 year ago

1.0.0

1 year ago