npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

whois-vijay

v1.0.3

Published

Terminal profile of Vijay — backend, systems, distributed thinking

Readme

whois-vijay

Terminal profile of Vijay — Backend & Systems Engineer Interactive CLI with multiple modes, system diagrams, and GitHub integration

🚀 Quick Start

Run anywhere with npx:

npx whois-vijay

✨ Features

📱 Interactive Mode (Default)

Run without flags to get an interactive menu:

npx whois-vijay

Choose from:

  • 🚀 Tech Stack & Skills - Complete technology overview
  • 🏗️ System Architecture Diagrams - ASCII art of distributed systems
  • 💭 Engineering Philosophy - Systems thinking & principles
  • 📊 Full Profile + GitHub Stats - Everything with live GitHub data
  • Quick Overview - Fast summary

🎯 Command Flags

Run specific modes directly:

npx whois-vijay --short        # Quick overview
npx whois-vijay --tech         # Tech stack & skills
npx whois-vijay --systems      # System architecture diagrams
npx whois-vijay --philosophy   # Engineering philosophy
npx whois-vijay --full         # Complete profile + GitHub stats

🎨 What's Included

  1. Animated ASCII Art - Gradient & animated title
  2. Interactive Menus - Navigate through different sections
  3. System Diagrams - Visual ASCII representations of:
    • Microservices architecture
    • AWS infrastructure
    • Message queue patterns
    • Data flow diagrams
  4. GitHub Integration - Live stats from GitHub API
  5. Loading Spinners - Smooth animations
  6. Multiple Display Modes - Tech, Philosophy, Systems, Full
  7. Philosophy Section - Engineering principles & mindset

🛠️ Local Development

  1. Install dependencies:
npm install
  1. Test locally:
node bin/index.js
  1. Link globally:
npm link
whois-vijay
  1. Configure GitHub username (optional):
    • Edit bin/index.js
    • Find fetchGitHubStats("vijay-username")
    • Replace with your GitHub username

📦 Publishing to npm

  1. Login to npm:
npm login
  1. Update version (if republishing):
npm version patch
  1. Publish:
npm publish

Note: If whois-vijay is taken, try:

  • whois-vijay-dev
  • whois-vijay-systems
  • @yourusername/whois-vijay (scoped package)

🎯 What You'll Experience

Interactive Mode

  • Gradient animated title
  • Menu-driven navigation
  • Smooth transitions
  • Loading animations
  • Multiple exploration paths

Tech Mode

  • Complete tech stack breakdown
  • Categorized by: Backend, Messaging, Cloud, Databases, Observability
  • Animated display with icons

Systems Mode

  • Microservices Architecture - Service mesh, load balancers, Kafka
  • AWS Infrastructure - WAF, ALB, ECS, RDS
  • Message Queue Patterns - Producer/Consumer with DLQ

Philosophy Mode

  • 6 core engineering principles
  • Animated rainbow display
  • Systems thinking approach
  • Reliability-first mindset

Full Mode

  • Everything combined
  • Live GitHub statistics
  • Complete profile
  • System diagrams

🧰 Tech Stack

  • Node.js (ES Modules)
  • chalk - Terminal colors
  • boxen - Terminal boxes
  • figlet - ASCII art
  • inquirer - Interactive prompts
  • nanospinner - Loading spinners
  • commander - CLI argument parsing
  • axios - GitHub API calls
  • gradient-string - Gradient text
  • chalk-animation - Animated text

🎭 Examples

# Interactive mode (recommended first experience)
npx whois-vijay

# Quick check
npx whois-vijay --short

# See the architecture thinking
npx whois-vijay --systems

# Understand the philosophy
npx whois-vijay --philosophy

# Get everything + GitHub stats
npx whois-vijay --full

🚀 Advanced Usage

Chain with other commands:

npx whois-vijay --short && npm init

Use in CI/CD pipelines to show developer info:

npx whois-vijay --tech > TECH_STACK.txt

📝 Customization

Fork and customize:

  1. Update the profile data in bin/index.js
  2. Modify ASCII diagrams in systemDiagrams object
  3. Add your own sections to displayModes
  4. Change colors and styling
  5. Add your GitHub username for stats

Systems thinking meets developer branding 🚀 v2.0 - Now with full interactivity!