0.0.1 • Published 6 years ago

whoisgh v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

WhoIsGH

Neat cli tool for fetching profile info from GitHub

WhoIsGH is a small cli tool for those who live in the terminal. Just set the GitHub token and start using the app.

Usage

To set the token use this command:

$ whoisgh --token <your token>
✔ Token set

And to fetch profile info from GitHub use this:

$ whoisgh dusansimic

   Username: dusansimic
  Real name: Dušan Simić
   Location: Novi Sad, Serbia
        Bio: Open source developer and maker. @makers-ns Director of Technology team @uspon.
    Website: http://www.dusansimic.me

Installation

To install WhoIsGH you'll need npm, a package manager that comes with Node.js. When you install Node.js just run this command:

$ npm install --global whoisgh

You're good to go 👍.

License

MIT © Dušan Simić