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

pratham

v1.1.1

Published

This is a Terminal-based Introduction for Pratham

Readme

Here's your updated README.md file with the correct commands based on your package.json configuration.

# 🚀 Pratham's CLI Card

A simple and interactive CLI card showcasing **Pratham Saxena's** profile, skills, work experience, and projects.  
This tool runs in the terminal and provides an elegant way to share your professional details.

---

## 📌 Features
- Displays an interactive CLI card with Pratham's profile.
- Highlights work experience, tech stack, and featured projects.
- Easily executable via Node.js.

---

## 🚀 Installation & Usage

### **1️⃣ Prerequisites**
Ensure you have **Node.js** installed on your system.  
If not, download it from [Node.js Official Website](https://nodejs.org/).

### **2️⃣ Clone the Repository**
```sh
git clone https://github.com/your-username/your-repo.git
cd your-repo

3️⃣ Install Dependencies

npm install

4️⃣ Run the CLI Card

node index.js

OR, after making it globally executable:

chmod +x index.js
./index.js

5️⃣ Run as a CLI Command

Since you have defined "bin": { "meet-pratham": "./index.js" } in package.json,
you can run it as a command after installing it globally:

npm link
meet-pratham

📦 Deploying & Republishing

1️⃣ Make Changes

Modify index.js as needed, then test it using:

node index.js

2️⃣ Publish as an NPM Package

To publish your CLI card as an NPM package, follow these steps:

  1. Login to NPM (If not logged in)
    npm login
  2. Ensure package.json is Correct
    • Update the "repository" field:
      "repository": {
        "type": "git",
        "url": "https://github.com/prathamsaxen/meet-pratham"
      }
    • Update "homepage":
      "homepage": "https://prathamsaxena.dev"
  3. Publish the package
    npm publish --access public

3️⃣ Install & Use the Published Package

Once published, you (or anyone) can install and run the CLI card globally using:

npm install -g pratham
meet-pratham

🔄 Updating & Redeploying

If you've made changes and want to update the package:

  1. Bump the version in package.json
    Example:
    "version": "1.1.0"
  2. Re-publish the package
    npm publish

🎯 Future Enhancements

  • Add interactive prompts for different sections.
  • Implement ASCII art or animations.
  • Convert it into a full-fledged CLI tool.

📬 Connect with Me

📍 GitHub 📍 LinkedIn
📍 Portfolio
📍 Email


Made with ❤️ by Pratham Saxena