UNPKG

hi-dev

Version:

A simple Node.js CLI tool to fetch and display public GitHub user information directly in the terminal using npx.

48 lines (30 loc) 905 B
# hi-dev > 🧑‍💻 A simple Node.js CLI tool to fetch and display public GitHub user information directly in the terminal using npx. ## ✨ Features - Fetches public GitHub profile details (name, bio, location, repos, followers, etc.) - Displays info in a clean and readable terminal format - No setup required — just use with `npx` ## 🚀 Usage Run the following command directly in your terminal ```bash npx hi-dev <github_username> ``` Example ```bash npx hi-dev d-shaktiranjan ``` You can also mention `@` before the username, but it's completely optional. ```bash npx hi-dev @d-shaktiranjan ``` ## 📦 Installation (Optional) If you'd like to install it globally ```bash npm install -g hi-dev ``` Then use it like this ```bash hi-dev <github_username> ``` ## 📸 Output Preview ![image](https://github.com/user-attachments/assets/cc4949ae-b43a-4359-bd59-082a1a7d2c27)