Install python: https://www.python.org/downloads/
Install the prerequisites:
pip install -r requirements.txt
Install the font: https://fonts.google.com/specimen/Quicksand
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.
- Clone this repository
- Add your resume JSON or YAML file to the resume folder
- Run
docker run --rm -ti -v $(pwd)/resume:/app/resume dominionexperts/de-resume
- Find your generated resume in the
resume
folder