> A premium, interactive terminal-based portfolio for Amit Vishwakarma, Senior Full Stack Engineer.
npm install amit-portfoliobash
npx amit-portfolio
`
📦 Installation
To install it globally on your system:
`bash
npm install -g amit-portfolio
`
Then run it anytime with:
`bash
amit-portfolio
`
🔄 Update
To update to the latest version (if installed globally):
`bash
npm install -g amit-portfolio@latest
`
🎮 Features
- Interactive Shell: Navigate using standard commands like ls, cd, and cat.
- Project Showcase: View details of my e-commerce and SaaS projects.
- Skills Matrix: Breakdown of my Frontend, Backend, and DevOps expertise.
- Resume Access: Automatically opens my latest PDF resume in your browser.
- Contact Info: Easy access to my GitHub, LinkedIn, and Email.
⌨️ Available Commands
| Command | Description |
| :--- | :--- |
| ls | List files and directories. |
| cd [dir] | Enter a directory (e.g., cd projects). |
| cat [file] | Read a file (e.g., cat about.txt). |
| open | Open resume in browser. |
| clear | Clear the screen. |
| help | Show available commands. |
| exit` | Close the portfolio. |