pratham
v1.1.1
Published
This is a Terminal-based Introduction for Pratham
Maintainers
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-repo3️⃣ Install Dependencies
npm install4️⃣ Run the CLI Card
node index.jsOR, after making it globally executable:
chmod +x index.js
./index.js5️⃣ 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.js2️⃣ Publish as an NPM Package
To publish your CLI card as an NPM package, follow these steps:
- Login to NPM (If not logged in)
npm login - Ensure
package.jsonis Correct- Update the
"repository"field:"repository": { "type": "git", "url": "https://github.com/prathamsaxen/meet-pratham" } - Update
"homepage":"homepage": "https://prathamsaxena.dev"
- Update the
- 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:
- Bump the version in
package.json
Example:"version": "1.1.0" - 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
