https://github.com/jsmonk/automate-markdown-cv-builder
Script for building and pushing markdown CV to repositories with built different formats (pdf, docx, html)
https://github.com/jsmonk/automate-markdown-cv-builder
Last synced: 25 days ago
JSON representation
Script for building and pushing markdown CV to repositories with built different formats (pdf, docx, html)
- Host: GitHub
- URL: https://github.com/jsmonk/automate-markdown-cv-builder
- Owner: JSMonk
- License: mit
- Created: 2020-04-18T15:37:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T14:41:27.000Z (about 5 years ago)
- Last Synced: 2025-03-30T10:44:26.409Z (about 2 months ago)
- Language: TeX
- Size: 5.86 KB
- Stars: 11
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# automate-markdown-cv-builder
The repository helps with storing versions of your CV and compiling it from markdown to other formats (html, docx, pdf, rtf, tex, tuc).
## Setting up
1. Install [Docker](https://docs.docker.com/get-docker/).
2. `git clone https://github.com/JSMonk/automate-markdown-cv-builder.git`
3. `cd automate-markdown-cv-builder`
4. `cp pre-commit ./.git/hooks/pre-commit`
5. Write your CV inside `README.md`.
6. You can build it manualy by `sh ./pre-commit` or only commit your changes and compiled files will be added to the commit.