Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 339 Bytes

readme.md

File metadata and controls

26 lines (17 loc) · 339 Bytes

npm-email-cli

Get the email of an npm user

Install

npm install --global npm-email-cli

Usage

$ npm-email --help

  Usage
    $ npm-email <username>

  Example
    $ npm-email sindresorhus
    sindresorhus@gmail.com

Related