Resume / CV tools
JSON Resume
The open source initiative to create a JSON-based standard for resumes. For developers, by developers.
Themes
- Themes
- Available themes on registry.jsonresume.org
- registry package.json
- FR to add missing themes
Nice themes:
- Kendall-bushmanov
- Current theme
- Up-to-date fork of original Kendall theme
- Kendall
- Last commit 2021-01
- Example Kendall resume
Official resume-cli
- resume-cli
- Last release 2022-10
- NodeJS
- nodejs-resume-cli AUR package
Serve HTML:
./node_modules/.bin/resume serve --resume resume.yaml --theme caffeine
PDF generation fails:
./node_modules/.bin/resume export --theme caffeine varac.pdf
Yaml support
- Yaml support half-broken
- Also based on abandoned yaml-js
- Open PR to fix YAML support
Usage (PDF generation doesn't work):
npm install jsonresume-theme-caffeine
./node_modules/.bin/resume export --resume resume.yaml --theme caffeine varac.pdf
Other tools
- Resumed
- NodeJS
- "Resumed is a complete reimplementation of resume-cli, using more modern technologies while dropping certain features, to remain small and focused."
- Last commit 2023-01
- PDF export example
- Can be used with standard
jsonresume-themes
- Works well, the best PDF export so far
Deprecated tools
- KissMyResume
- Stalled 2020
- Uses puppeteer Headless Chrome Node API
- Silently stops without producing a PDF using
./node_modules/.bin/kissmyresume build -v -f PDF -t node_modules/jsonresume-theme-kendall resume.json
- HackMyResume
- Uses wkhtmltopdf to generate (not so great quality) PDF
- Stalled 2018
- resume-pycli
- Archived 2023 in favor of goresume
- Uses wkhtmltopdf to generate (not so great quality) PDF
- Themes: Ships 3 own themes,
not compatible with jsonresume themes.
- Flat: Links are shown twice, ugly
- Stackoverflow: Shows a
<br>
at the end of the work summary, and no icons at additional Gitlab links - Base: Unusable, only shows header
Yaml resume
- Yaml-resume website
- Only 2 themes !
- Last commit 2022-01