The repository helps with storing versions of your CV and compiling it from markdown to other formats (html, docx, pdf, rtf, tex, tuc).
- Install Docker.
git clone https://github.com/JSMonk/automate-markdown-cv-builder.git
cd automate-markdown-cv-builder
cp pre-commit ./.git/hooks/pre-commit
- Write your CV inside
README.md
. - You can build it manualy by
sh ./pre-commit
or only commit your changes and compiled files will be added to the commit.