@xoxoharsh/terminal-portfolio
v1.0.0
Published
My Personal beautiful terminal-based portfolio display with interactive CLI interface.
Downloads
85
Maintainers
Readme
Terminal Portfolio 🚀
A beautiful terminal-based portfolio application that displays your professional information in an interactive and visually appealing way.
Features ✨
- Interactive CLI menu
- Beautiful ASCII art welcome message
- Color-coded sections
- Centered box displays
- Professional information sections:
- About Me
- Work Experience
- Tech Stack
- Coding Profiles
- Contact Information
Installation 📦
You can run this portfolio directly using npx:
npx @xoxoharsh/terminal-portfolio
Or install it globally:
npm install -g @xoxoharsh/terminal-portfolio
Development Setup 🛠️
Clone the repository:
git clone https://github.com/yourusername/terminal-portfolio.git cd terminal-portfolio
Install dependencies:
npm install
Run locally:
npm start
Dependencies 📚
- chalk - Terminal string styling
- inquirer - Interactive command line interface
- boxen - Create boxes in the terminal
- figlet - ASCII art from text
- clear - Clear the terminal screen
Customization 🎨
- Open
index.js
- Modify the
portfolioContent
object with your information:- Update About Me section
- Add your work experience
- Customize your tech stack
- Add your coding profile links
- Update contact information