Crates.io | jsonresume-renderer |
lib.rs | jsonresume-renderer |
version | 0.5.0 |
source | src |
created_at | 2022-06-17 04:45:22.458687 |
updated_at | 2022-06-18 19:02:20.951774 |
description | Generates a file from a JSON Resume and a template. |
homepage | |
repository | |
max_upload_size | |
id | 607810 |
size | 33,666 |
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:
jsonresume-renderer
is available via Cargo:
$ cargo install jsonresume-renderer
$ jsonresume-renderer --help
$ 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.