hi-dev
v1.0.6
Published
A simple Node.js CLI tool to fetch and display public GitHub user information directly in the terminal using npx.
Maintainers
Readme
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
npx hi-dev <github_username>Example
npx hi-dev d-shaktiranjanYou can also mention @ before the username, but it's completely optional.
npx hi-dev @d-shaktiranjan📦 Installation (Optional)
If you'd like to install it globally
npm install -g hi-devThen use it like this
hi-dev <github_username>