Dynamically generate CVs using various templates.
Use the different .pug
files in ./content
to add your own details.
The resume is generated from .pug
and .scss
to .pdf
with RelaxedJS
If need to install it, run :
# Installation of dependency
npm i -g relaxedjs
Then simply run the script
# Generating CVs
./generate.sh
This will generate a 'PDFs' directory containing all your generated CVs, Enjoy !
Don't be afraid to tinker with it, change colours, type-faces, etc. The sky is the limit !
Disclaimer : Due to the nature of CVs these templates are quite fragiles and depend a lot on the content you put in. It might not come out perfectly the first time you use this but don't give up it's usually easy to fix.