Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.13 KB

File metadata and controls

48 lines (36 loc) · 1.13 KB

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