HTML
Default format
The default format for the generated CV is HTML.
Getting started
You can generate a HTML version of your CV by adding the flag --format=html
to the cvwonder
command.
cvwonder generate --input=cv.yml --output=generated/ --format=pdf
Flag is optional
As the HTML format is the default format, you can omit the --format=html
flag.