Welcome to my interactive CLI resume! With this tool, you can easily explore my resume directly from your terminal. 🎉
- 🎛️ Interactive menu: Choose sections like Education, Experience, Projects, Skills, and Leadership
- 🧾 Full resume mode: Show everything at once with --full
- 📱 QR Code support: Instantly scan my portfolio link
- 🎨 Styled terminal: Chalk, gradient-string, and emoji-powered goodness
- TypeScript
- Inquirer
- Chalk
- Gradient-String
- QRCode-Terminal
npx aniketh-resume # Interactive menu
npx aniketh-resume --full # Full resume view
npm install -g aniketh-resume
aniketh-resume # Launches the interactive menu
aniketh-resume --full # Shows the full resume at once
git clone https://github.com/your-username/aniketh-resume-cli.git
cd aniketh-resume-cli
npm install
npm run build
npm link
aniketh-resume
If you'd like to contribute, feel free to fork and open a PR with new features