UNPKG

fetch-github-user

Version:

🎩 A CLI that give you details of Github user using Github users API

35 lines (25 loc) • 812 B
## 🎩 fetch-github-user [![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/) ## Features - Name - Company - Website - Location - Email - Twitter Username - Public Repos - Public Gists - Total Followers - Total Followings ## Installation Install the CLI globally. If you are windows user, run your command prompt/terminal as administrator. If you are macOS user, add ```sudo``` before the following command. ```bash npm i -g fetch-github-user ``` ## Usage Enter the following in your terminal: ```bash gh-user ``` The CLI will ask you to give github username. Enter the username you want to get the details of. ![Image](https://github.com/heyitsuzair/fetch-github-user/blob/master/img/cli-img.PNG "Image")