Skip to content

sindresorhus/github-username-cli

Repository files navigation

github-username-cli

Get a GitHub username from an email address

Only works for users that have their email publicly listed on their profile.

Install

npm install --global github-username-cli

Usage

$ github-username --help

  Usage
    $ github-username <email> [--token=<token>]

  Example
    $ github-username sindresorhus@gmail.com
    sindresorhus

Related