paulaneesh7
v1.0.4
Published
Aneesh Paul's terminal portfolio - A beautiful CLI portfolio that runs with npx
Maintainers
Readme
paulaneesh7
A beautiful terminal-based portfolio that displays information about Aneesh Paul right in your terminal!
🚀 Quick Start
Run this command to view my portfolio (no installation needed):
npx paulaneesh7Note: Using
npxis recommended as it runs the portfolio instantly without installing anything on your system!
✨ Features
- 📱 Interactive CLI interface
- 🎨 Beautiful terminal styling
- 🔗 Quick access to projects and social links
- 📂 Project showcase
- 📧 Easy contact options
🛠️ Project Structure
terminal-portfolio/
├── bin/
│ └── index.js # Main entry point
├── src/
│ ├── data/
│ │ ├── links.js # Social and contact links
│ │ └── projects.js # Project information
│ ├── menus/
│ │ ├── mainMenu.js # Main menu interface
│ │ └── projectsMenu.js # Projects submenu
│ └── utils/
│ └── display.js # Display utilities
├── package.json
└── README.md🔧 Development
- Clone the repository:
git clone https://github.com/paulaneesh7/terminal-portfolio.git
cd terminal-portfolio- Install dependencies:
npm install- Run locally:
npm start📝 License
MIT
👨💻 Author
Aneesh Paul
- Twitter: @vincenzo7v2
- GitHub: @paulaneesh7
- Website: paulaneesh7.dev
