bsturdivan / resume_generator

Generate a pdf resume from the Github markup language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MD to PDF Resume Generator and Watcher

Resumes don't need to be complicated or overly designed, they just need to be informative and readable by a human and an Applicant Tracking System. This small package generates a pdf file from standard markdown and styling with Github markdown styling. The resulting PDF is familiar, hierarchical, follows accessibility standards, and can be read by all major ATS software.

Installation

Install ruby and bundler

$ git clone https://github.com/bsturdivan/resume_generator.git && bundle install

Usage

  1. Create a markdown file in the desired location
  2. Run: $ ruby watch path/to/markdown/file.md

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/bsturdivan/resume_generator.

License

The gem is available as open source under the terms of the MIT License.

About

Generate a pdf resume from the Github markup language

License:MIT License


Languages

Language:CSS 91.3%Language:Ruby 8.3%Language:Shell 0.4%