The Wayback Machine - https://web.archive.org/web/20200306171541/https://github.com/salomonelli/best-resume-ever
Skip to content
👔 💼 Build fast 🚀 and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS.
Vue JavaScript HTML
Branch: master
Clone or download

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
build FIX docs Sep 27, 2018
config FIX some errors Dec 15, 2017
docs ADD new resume "creative" Aug 19, 2018
pdf ADD new resume "creative" Aug 19, 2018
readme-images Some changes to readme Nov 12, 2019
resume Adds norwegian language support Oct 21, 2019
scripts refactor: abstract absolute directory path in pdf gen into single const Oct 21, 2019
src Variables 'born' and 'bornIn' were added in spanish language Jan 31, 2020
test test: cover deleting pdfs folder as test case Oct 21, 2019
.babelrc UPGRADE deps Sep 27, 2018
.editorconfig MERGE May 19, 2017
.eslintignore ADD /node to eslintignore Jun 9, 2017
.eslintrc.json UPGRADE deps Sep 27, 2018
.gitignore ADD logo Jun 9, 2017
.npmrc UPGRADE deps Sep 27, 2018
.postcssrc.js MERGE May 19, 2017
.travis.yml ADD(travis) test preview Sep 27, 2018
DEVELOPER.md UPDATE export from electroshot to puppeteer Oct 18, 2017
ISSUE_TEMPLATE.md UPDATE export from electroshot to puppeteer Oct 18, 2017
LICENCE.md UPDATE export from electroshot to puppeteer Oct 18, 2017
PULL_REQUEST_TEMPLATE.md UPDATE export from electroshot to puppeteer Oct 18, 2017
README.md Update README.md Jan 31, 2020
_config.yml ADD logo Jun 9, 2017
index.html Index mobile update Oct 22, 2017
package.json Bump js-yaml from 3.12.0 to 3.13.1 Oct 21, 2019

README.md


Markdownify
best-resume-ever

Travis badge

👔 💼 Build fast 🚀 and easy multiple beautiful resumes and create your best CV ever!

Made with Vue and LESS.





Prerequisite

  1. It is required to have Node.js with version 8.5.0 or higher. To see what version of Node.js is installed on your machine type the following command in the terminal:
node -v
  1. If you do not have installed Node.js in your machine then go to this link in order to install node.

How to use

  1. Clone this repository.
git clone https://github.com/salomonelli/best-resume-ever.git
  1. Go to the cloned directory (e.g. cd best-resume-ever).

  2. Run npm install.

  3. Customize your resume in the resume/ directory: edit your data data.yml and replace the default profile-picture id.jpg with your picture. Rename your picture as id.jpg and copy it in the resume/ directory.

  4. Preview resumes with npm run dev. The command will start a server instance and listen on port 8080. Open (http://localhost:8080/home) in your browser. The page will show some resume previews. To see the preview of your resume, with your picture and data, click on one layout that you like and the resume will be opened in the same window.

Resume previews

  1. Export your resume as pdf by running the command npm run export. In order to avoid errors due to the concurrency of two npm run commands, stop the execution of the previus npm run dev and then type the export command.

All resumes will be exported to the pdf/ folder.


Creating and Updating Templates

Please read the developer docs on how to create or update templates.


Contribute

Feel free to add your own templates, language supports, fix bugs or improve the docs. Any kind of help is appreciated! If you make any kind of changes to an existing template, please commit them as new templates.


Credits

This project uses several open source packages:



sarasteiert.com  ·  GitHub @salomonelli  ·  Twitter @salomonelli

License

MIT

You can’t perform that action at this time.