jsonresume-renderer

Crates.iojsonresume-renderer
lib.rsjsonresume-renderer
version0.5.0
sourcesrc
created_at2022-06-17 04:45:22.458687
updated_at2022-06-18 19:02:20.951774
descriptionGenerates a file from a JSON Resume and a template.
homepage
repository
max_upload_size
id607810
size33,666
Arjun Adhia (gapuchi)

documentation

README

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:

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

Sample Usage

$ 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.

Commit count: 0

cargo fmt