Skip to content

jaischeema/resumerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resumerator

Create resumes from YAML files with style and ease.

Usage

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.

Adding new resume

  • Create new resume under resumes directory.
    • Use one of the existing files to see the correct format and all required attributes.
  • Add in the style layout file under views directory.
  • Add in the theme css file under public/css directory.

License

MIT License

About

Create resumes from YAML files with style and ease

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published