Analysis updated 2026-06-24
Generate a styled CV PDF from a YAML data file with one command
Compare your resume across eight visual templates in a browser preview
Produce a right to left resume layout for Arabic or Hebrew
| salomonelli/best-resume-ever | elemefe/mint-ui | iview/iview-admin | |
|---|---|---|---|
| Stars | 16,458 | 16,453 | 16,411 |
| Language | Vue | Vue | Vue |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Needs Node and npm install which pulls Puppeteer and a bundled Chromium download.
Best-resume-ever is a tool for creating beautifully designed resumes (CVs) and exporting them as PDF files. Instead of fiddling with a word processor or wrestling with resume website builders, you fill in your data in a simple YAML file (a plain text format for storing structured information), drop in your profile photo, then pick from a set of pre-designed visual templates and export a polished PDF with one command. The tool provides multiple template styles shown in the README, named Cool, Creative, Green, Purple, Side Bar, Left Right, Material Dark, and Oblique, each with distinct layouts and color schemes. Several templates also have right-to-left variants for languages read from right to left. Under the hood it is built with Vue (a JavaScript framework for building web interfaces) and LESS (a CSS preprocessor, a tool that extends CSS styling with extra features like variables). It uses Puppeteer to automate the PDF export, meaning it opens your resume in a headless browser (a browser with no visible window) and takes a screenshot of it as a PDF. The workflow is: clone the repo, run npm install to set up dependencies, edit your data and replace the sample photo, run npm run dev to preview all templates in your browser on a local server, then run npm run export to generate PDF files for all templates at once. You would use this if you want a developer-friendly, code-controlled way to produce a consistently styled resume without relying on design software.
Build a PDF resume from a YAML file using pre-designed Vue templates. Pick a style, run a command, get a polished PDF.
Mainly Vue. The stack also includes Vue, LESS, Puppeteer.
MIT license. Use freely for any purpose including commercial, just keep the copyright notice.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.