
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
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
npm install
node index.js
OR, after making it globally executable:
chmod +x index.js
./index.js
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
Modify index.js as needed, then test it using:
node index.js
To publish your CLI card as an NPM package, follow these steps:
npm login
package.json is Correct
"repository" field:
"repository": {
"type": "git",
"url": "https://github.com/prathamsaxen/meet-pratham"
}
"homepage":
"homepage": "https://prathamsaxena.dev"
npm publish --access public
Once published, you (or anyone) can install and run the CLI card globally using:
npm install -g pratham
meet-pratham
If you've made changes and want to update the package:
package.json"version": "1.1.0"
npm publish
📍 GitHub
📍 LinkedIn
📍 Portfolio
📍 Email
FAQs
This is a Terminal-based Introduction for Pratham
We found that pratham demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.