Skip to content
/ de-resume Public

Generation script for a Dominion Expert Resume

Notifications You must be signed in to change notification settings

t-v/de-resume

Repository files navigation

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

About

Generation script for a Dominion Expert Resume

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published