94 lines
2.8 KiB
Markdown
94 lines
2.8 KiB
Markdown
<h1 align="center">
|
|
<br>
|
|
<a href="https://github.com/salomonelli/best-resume-ever">
|
|
<img src="src/assets/logo.png" alt="Markdownify" width="200"></a>
|
|
<br>
|
|
best-resume-ever
|
|
<br>
|
|
</h1>
|
|
|
|
<div align="center">
|
|
|
|
[](https://travis-ci.org/salomonelli/best-resume-ever)
|
|
|
|
</div>
|
|
|
|
<h4 align="center">
|
|
:necktie: :briefcase: Build fast :rocket: and easy multiple beautiful resumes and create your best CV ever!
|
|
<br><br>
|
|
Made with Vue and LESS.
|
|
</h4>
|
|
|
|
<br>
|
|
<br>
|
|
|
|
<p align="left">
|
|
<img src="src/assets/preview/resume-purple.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
<img src="src/assets/preview/resume-side-bar-rtl.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
<img src="src/assets/preview/resume-left-right-rtl.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
<img src="src/assets/preview/resume-material-dark.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
<img src="src/assets/preview/resume-left-right.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
<img src="src/assets/preview/resume-side-bar.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
<img src="src/assets/preview/resume-oblique.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
</p>
|
|
|
|
<br>
|
|
<br>
|
|
|
|
## Prerequisite
|
|
|
|
1. It is required to have NodeJs with version 8.5 or higher
|
|
|
|
2. If you do not have installed node.js in your machine then go to [this link](https://nodejs.org/en/download/) in order to install node.
|
|
|
|
## How to use
|
|
|
|
best-resume-ever requires at least node v.8.5.0.
|
|
|
|
1. Clone this repository.
|
|
|
|
2. Run `npm install`.
|
|
|
|
3. Customize your resume in the `resume/` directory: edit your data `data.yml` and replace your profile-picture `id.jpg`.
|
|
|
|
4. Preview resumes with `npm run dev`.
|
|
|
|
5. Export with `npm run export`.
|
|
|
|
|
|
All resumes will be exported to the `pdf/` folder.
|
|
|
|
<br>
|
|
|
|
|
|
## Creating and Updating Templates
|
|
|
|
Please read the <a href="DEVELOPER.md">developer docs</a> on how to create or update templates.
|
|
|
|
<br>
|
|
|
|
|
|
## 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.
|
|
|
|
<br>
|
|
|
|
|
|
## Credits
|
|
|
|
This project uses several open source packages:
|
|
|
|
* <a href="https://github.com/vuejs/vue" target="_blank">Vue</a>
|
|
* <a href="https://github.com/GoogleChrome/puppeteer" target="_blank">Puppeteer</a>
|
|
* <a href="https://github.com/less/less.js" target="_blank">LESS</a>
|
|
|
|
<br>
|
|
|
|
|
|
---
|
|
|
|
> [sarasteiert.com](https://www.sarasteiert.com) ·
|
|
> GitHub [@salomonelli](https://github.com/salomonelli) ·
|
|
> Twitter [@salomonelli](https://twitter.com/salomonelli)
|