find-gh-commit-emails
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i find-gh-commit-emails

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

5.51 kB

Total Files

8

Last publish

Collaborators

  • reifiedbeans