Show HN: Simple Resume – Generate PDF/HTML/LaTeX Resumes from Simple YAML Config(github.com)
github.com
Show HN: Simple Resume – Generate PDF/HTML/LaTeX Resumes from Simple YAML Config
https://github.com/athola/simple-resume
https://github.com/athola/simple-resume
This is a CLI tool which allows for defining resume content in a single YAML file and then generating PDF, HTML, or LaTeX rendered resumes from it. The idea is to write the configuration once, then be able to render it in a variety of different iterations.
Some key details:
It comes with a few templates and color schemes that you can customize.
For academic use, the LaTeX output gives you precise typesetting control.
There's a Python API if you want to generate resumes programmatically. It's designed to have a limited surface area to not expose inner workings, only the necessary structures as building blocks.
The codebase has over 90% test coverage and is fully type-hinted. I adhered to a functional core, imperative shell architecture (after reading a recent post about it here!)
Example YAML:
Generate with: