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:
bash
$ cargo install jsonresume-renderer
$ jsonresume-renderer --help
bash
$ jsonresume-renderer -j my-json-resume.json -t my-template.txt -o output.txt
I use this repo to generate a LaTex document of my resume. You can check out the template file in my resume repo.