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:

Getting Started

bash $ cargo install jsonresume-renderer $ jsonresume-renderer --help

Sample Usage

bash $ jsonresume-renderer -j my-json-resume.json -t my-template.txt -o 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.