Light Javascript tool that render your json universal-resume into a good looking PDF-Printable HTML page.
- Only maintain you resume as a JSON.
- Section are not cut between pages. If a section content is to big, the whole section move to the next page.
- The print mode (be sure to select "No border" option) fit the preview so you PDF looks the same as HTML.
- Clone this repository and be sure to have NodeJS installed.
- Replace the
resume.json
file content by your own resume data following the universal-resume json-schema, or if you prefere the universal-resume effect-schema - Run
npm i && npm run serve
at the root folder of this repository - Open a browser tab on
http://localhost:5173
Feel free to propose fixes or adjustements, or even create another template. To create a new template:
- Update the
template.ts
file adding you new template (find a pretty name ;)) - use the
chronology
template as boilerplate by duplicating thechronology.ts
file and thechronology
folder - Raise a pull request