Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 844 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 844 Bytes

Generation script for a Dominion Expert Resume

Build Status

Prerequisites

Install python: https://www.python.org/downloads/

Install the prerequisites:

pip install -r requirements.txt

Install the font: https://fonts.google.com/specimen/Quicksand

Usage

Make a resume based on the YAML or JSON template and save it in the resume directory. After that, run the generator:

python ./generate_resume_generator.py

Yes, it is this easy.

Docker

  1. Clone this repository
  2. Add your resume JSON or YAML file to the resume folder
  3. Run docker run --rm -ti -v $(pwd)/resume:/app/resume dominionexperts/de-resume
  4. Find your generated resume in the resume folder