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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@rushipatange/cli-resume

v1.0.1

Published

A beautiful interactive terminal resume

Readme

🚀 Rushikesh Patange - CLI Resume

A beautiful, interactive command-line resume that showcases my professional journey.

Node.js License

✨ Features

  • 🎨 Colorful Output - Beautiful gradients and colors that work across all terminals
  • 📦 Structured Layout - Clean, organized sections for easy navigation
  • 🔄 Interactive Menu - Navigate through different resume sections
  • 🌈 ASCII Art Header - Eye-catching terminal art
  • 🔗 Clickable Links - Direct links to GitHub, LinkedIn, and projects (Cmd+Click / Ctrl+Click)
  • 📱 Cross-Platform - Works on Windows, macOS, and Linux
  • 🛡️ Graceful Exit - Clean handling of Ctrl+C interruptions

🚀 Quick Run

npx @rushipatange/cli-resume

📦 Installation

Run directly (no install required)

npx @rushipatange/cli-resume

Install globally

npm install -g @rushipatange/cli-resume
show-resume

Run from source

git clone https://github.com/rushikeshpatange/cli-resume.git
cd cli-resume
npm install
npm start

📋 Sections

  • 📬 Contact Information - How to reach me
  • 👤 Professional Summary - Brief overview of my career
  • 💼 Work Experience - Detailed job history
  • 🎓 Education - Academic background
  • 🛠️ Technical Skills - Languages, frameworks, tools
  • 🚀 Featured Projects - Showcase of my work
  • 🎯 Interests & Hobbies - Personal interests

🎨 Preview

██████╗ ██╗   ██╗███████╗██╗  ██╗██╗██╗  ██╗███████╗███████╗██╗  ██╗
██╔══██╗██║   ██║██╔════╝██║  ██║██║██║ ██╔╝██╔════╝██╔════╝██║  ██║
██████╔╝██║   ██║███████╗███████║██║█████╔╝ █████╗  ███████╗███████║
██╔══██╗██║   ██║╚════██║██╔══██║██║██╔═██╗ ██╔══╝  ╚════██║██╔══██║
██║  ██║╚██████╔╝███████║██║  ██║██║██║  ██╗███████╗███████║██║  ██║
╚═╝  ╚═╝ ╚═════╝ ╚══════╝╚═╝  ╚═╝╚═╝╚═╝  ╚═╝╚══════╝╚══════╝╚═╝  ╚═╝

🛠️ Tech Stack

  • Node.js (>=22.0.0) - Runtime environment
  • Chalk - Terminal string styling
  • Gradient-string - Beautiful color gradients
  • Boxen - Create boxes in terminal
  • Inquirer - Interactive CLI prompts
  • Nanospinner - Elegant terminal spinners
  • Terminal-link - Clickable hyperlinks in terminals

📁 Project Structure

cli-resume/
├── bin/
│   └── index.js          # Entry point (main menu & app logic)
├── src/
│   ├── config.js         # Resume data (your info)
│   ├── styles.js         # Colors, gradients, ASCII art
│   ├── helpers.js        # Utility functions
│   └── display.js        # Section display functions
├── package.json
├── LICENSE               # MIT License
└── README.md

📝 Customization

To customize this resume for yourself:

  1. Clone the repository
  2. Edit the resume object in src/config.js
  3. Update the ASCII art in src/styles.js if desired
  4. Change colors in src/styles.js
  5. Update package.json with your package name
  6. Publish to npm with your own package name

📄 Publishing to npm

  1. Create an account on npmjs.com
  2. Update package.json with your details:
    • Change name to your package name
    • Update author and other metadata
    • Update bin field with your command name
  3. Run:
npm login
npm publish

🔗 Links

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

Copyright © 2025 Rushikesh Patange


⭐ If you like this project, give it a star on GitHub!