hi-dev
v1.1.0
Published
A Node.js CLI tool to display a GitHub developer card with profile details and contribution activity directly in the terminal using npx.
Maintainers
Readme
hi-dev
🧑💻 A Node.js CLI tool to display a GitHub developer card with profile details and contribution activity directly in the terminal using npx.
✨ Features
- Fetches public GitHub profile details (name, bio, location, repos, followers, etc.)
- Fetches contribution activity from
github-contributions-api.jogruber.de - Displays stats and a yearly contribution timeline
- Adds quick npm package link and a command others can run to create their own card
- 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>