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:
- Be able to take in any template. Currently, my template to generate a LaTex file is hardcoded.
- Include all fields of JSON Resume Schema. Currently, it only takes in a subset of the fields.
- Make args CLI-like.
- Add template directory support, as opposed to a one-off template.
- Better error messaging.
Getting Started
jsonresume-renderer
is available via Cargo:
Sample Usage
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.