arvind
v1.0.3
Published
AI-powered interactive CLI portfolio of Arvind
Maintainers
Readme
Arvind — Interactive CLI Portfolio
An AI-powered, interactive developer portfolio that runs directly in your terminal.
npx arvind✨ Features
| Command | Description | |---|---| | 👤 About Me | Profile, bio & social links | | 🛠️ Skills | Tech stack with visual progress bars | | 🚀 Projects | GitHub projects with stars & links | | 💼 Experience | Work history with highlights | | 🤖 ML Simulation | Live model training simulation | | 📬 Contact | How to reach out |
🚀 Quick Start
# Run directly with npx (no install needed)
npx arvind
# Or install globally
npm install -g arvind
arvind🛠️ Local Development
git clone https://github.com/arvind8162/portfolio-cli
cd portfolio-cli
npm install
npm start📁 Project Structure
src/
├── index.js # Entry point & main menu
├── commands/
│ ├── about.js # About section
│ ├── skills.js # Skills with progress bars
│ ├── projects.js # Projects showcase
│ ├── experience.js # Work experience
│ ├── ml.js # ML training simulation
│ └── contact.js # Contact info
├── data/
│ └── portfolio.js # All your portfolio data
└── utils/
└── display.js # Helpers: colors, boxes, bars🎨 Built With
- chalk — Terminal colors & styling
- inquirer — Interactive CLI prompts
- ora — Elegant spinners
- boxen — Beautiful terminal boxes
- figlet — ASCII art banners
- gradient-string — Gradient text effects
📝 Customise
Edit src/data/portfolio.js to update all your info — name, bio, projects, skills, experience — everything in one place.
📄 License
MIT © Arvind
