cd /home/alexc/Documents/job_hunt
pip install -e .For AI support:
pip install -e ".[ai]"
export ANTHROPIC_API_KEY=your_key_here# List variants
resume-cli variants
# Generate resume
resume-cli generate -v v1.0.0-base -f md
resume-cli generate -v v1.1.0-backend -f pdf
resume-cli generate -v v1.2.0-ml_ai -f md
# Validate data
resume-cli validate
# Track applications
resume-cli apply Company applied -r "Job Title"
resume-cli apply Company interview -v v1.1.0-backend
# Analytics
resume-cli analyze
# Sync GitHub projects
resume-cli sync-github --months 3job_hunt/
├── resume.yaml # Edit this file to update resume
├── cli/ # CLI code
├── templates/ # Jinja2 templates
├── config/ # Configuration
├── output/ # Generated resumes
└── tracking/ # Application tracking CSV
- Edit
resume.yaml - Run
resume-cli validateto check for errors - Run
resume-cli generate -v VARIANT -f FORMATto generate
v1.0.0-base- General software engineeringv1.1.0-backend- Backend & DevOpsv1.2.0-ml_ai- ML/AI specializationv1.3.0-fullstack- Full-stack webv1.4.0-devops- DevOps & Infrastructurev1.5.0-leadership- Leadership & Staff
applied- Application submittedinterview- Interview scheduledoffer- Offer receivedrejected- Application rejectedwithdrawn- Withdrew application