Create resumes from YAML files with style and ease.
It is a sinatra app which just reads all the resumes from the resumes directory and renders them as them HTML pages.
bundle install ruby main.rb
From here on, you can simple save them as PDF using your browser or if you are tech-savvy, use wkhtml2pdf to convert it to PDF.
- Create new resume under
resumesdirectory.- Use one of the existing files to see the correct format and all required attributes.
- Add in the style layout file under
viewsdirectory. - Add in the theme css file under
public/cssdirectory.
MIT License