Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 830 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 830 Bytes

jakes-jenerator

Generate a pdf resume using Jakes template from JSON input

How to use

  • Fill in the src/input/resume.json file with resume information following the _template.json format \

    Notes:

    • any inputs that are in the form of an array ([]) can have additional elements added
    • all arrays are composed of string elements e.g ["One", "Two"]
    • links to linkedin and github must be prefixed with "http://" or "https://"
  • Install the Docker engine on your system

  • Run the following command

docker build -t jakes-jenerator . && docker run -v $(pwd)/src/output:/app/src/output --rm jakes-jenerator
  • Navigate to src/output for the generated .tex file and .pdf both with the name jakes_resume.{pdf,tex}

Prerequisites

  • Must have Docker installed

JSON Mapping

alt text