You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLI for the VitaeFlow open standard — validate, embed, extract, and inspect structured resumes in PDFs.
Install
npm install -g vitaeflow
Or use directly with npx:
npx vitaeflow <command>
Quick start
vitaeflow validate resume.json # Validate a JSON resume
vitaeflow embed cv.pdf resume.json # Embed data into a PDF → cv.vf.pdf
vitaeflow extract cv.vf.pdf # Extract JSON from a PDF
vitaeflow inspect cv.vf.pdf # Check if a PDF contains VitaeFlow data