Skip to content

Generate a pdf resume using Jakes template from JSON input

Notifications You must be signed in to change notification settings

julian31186/jakes-jenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generate a pdf resume using Jakes template from JSON input

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published