JSON Resume Renderer [WIP]

This is a binary that takes in a JSON following the JSON Resume schema and a template and uses Tera to generate a document.

This is WIP. Couple of things needed before general usage:

Sample Usage

bash $ cargo install jsonresume-renderer $ jsonresume-renderer my-json-resume.json my-template.txt output.txt

Example Template

I use this repo to generate a LaTex document of my resume. You can check out the template file in my resume repo.