github-username-cli

Get a GitHub username from an email address

Usage no npm install needed!

<script type="module">
  import githubUsernameCli from 'https://cdn.skypack.dev/github-username-cli';
</script>

README

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