Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oscherler/cv-renderer
https://github.com/oscherler/cv-renderer
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oscherler/cv-renderer
- Owner: oscherler
- Created: 2015-04-28T14:16:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T16:22:49.000Z (almost 7 years ago)
- Last Synced: 2024-10-28T16:50:25.920Z (2 months ago)
- Language: XSLT
- Size: 950 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# CV Renderer
This repository contains the scripts used to generate my CV from a single XML file to PDF, HTML and text in each language.
## Usage
Clone the git repository:
git clone --recursive https://github.com/oscherler/cv-renderer.git
cd cv-rendererRun `setup.sh` to download FOP and the source XML file for the CV:
./setup.sh
Generate the CV in the desired formats using any of the following commands:
make pdf
make html
make text
make allThe output files can be found in `out/`.