Skip to content

devaniketh/resume-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Based Resume

Welcome to my interactive CLI resume! With this tool, you can easily explore my resume directly from your terminal. 🎉

🚀 Features

  • 🎛️ 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

🛠️ Built With

  • TypeScript
  • Inquirer
  • Chalk
  • Gradient-String
  • QRCode-Terminal

📦 Installation

Option 1: Use with NPX (no install needed)

npx aniketh-resume           # Interactive menu
npx aniketh-resume --full    # Full resume view

Option 2: Install globally

npm install -g aniketh-resume
aniketh-resume           # Launches the interactive menu
aniketh-resume --full    # Shows the full resume at once

Option 3: Dev mode

git clone https://github.com/your-username/aniketh-resume-cli.git
cd aniketh-resume-cli
npm install
npm run build
npm link
aniketh-resume

🤝 Contributing

If you'd like to contribute, feel free to fork and open a PR with new features

Releases

No releases published

Packages

No packages published