Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 458 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 458 Bytes

resume

My JSON Resume

Preview

To preview, run npm run serve passing a theme with --theme <name> (https://jsonresume.org/themes/)

Export

To export, run npm run export with (--) the prefferable theme (--theme <name>), format (--format <pdf|html>) and the output directory (.)

Example

 npm run export -- --theme caffeine --format pdf resume.pdf

Complete CLI usage is at https://github.com/jsonresume/resume-cli#usage