https://github.com/heyitsuzair/fetch-github-user
🎩 A CLI that give you details of Github user using Github users API
https://github.com/heyitsuzair/fetch-github-user
cli cli-app github node nodejs
Last synced: 4 months ago
JSON representation
🎩 A CLI that give you details of Github user using Github users API
- Host: GitHub
- URL: https://github.com/heyitsuzair/fetch-github-user
- Owner: heyitsuzair
- License: mit
- Created: 2023-03-18T19:17:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T21:17:14.000Z (over 3 years ago)
- Last Synced: 2025-10-08T02:43:31.923Z (9 months ago)
- Topics: cli, cli-app, github, node, nodejs
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/fetch-github-user
- Size: 32.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## 🎩 fetch-github-user
[](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.
