Project

my-last-cv

0.0
No release in over 3 years
MyLastCV turns a Markdown CV into a styled PDF using Prawn. Configurable styles (fonts, sizes, margins, accent color) and project-level custom fonts support.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 13.3
~> 3.13

Runtime

~> 2.5
 Project Readme

my-last-cv

A simple gem to generate beautiful CV from a markdown file

How to use it?

bundle add my-last-cv
bundle install
bundle exec my_last_cv sample/cv.md output/cv.pdf

Custom fonts

By default, the gem looks for fonts in ./fonts of the calling project. You can override this with Style.new(fonts_dir: "/path/to/fonts") or MY_LAST_CV_FONTS_DIR=/path/to/fonts.