Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freonius/giuda
CVaC: CV as Code
https://github.com/freonius/giuda
curriculum-vitae generator
Last synced: 10 days ago
JSON representation
CVaC: CV as Code
- Host: GitHub
- URL: https://github.com/freonius/giuda
- Owner: Freonius
- License: mit
- Created: 2024-01-20T08:14:45.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-09T16:59:00.000Z (8 months ago)
- Last Synced: 2024-03-10T10:30:11.595Z (8 months ago)
- Topics: curriculum-vitae, generator
- Language: Rust
- Homepage:
- Size: 218 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# giuda
A tool for creating a CV in LaTeX
You have heard of Infrastructure as Code, now get ready for CV as Code!
Starting from a yaml file, create a LaTeX file for a beautiful CV.
[Output example](./fred.pdf)
Compile the rust program and run `giuda.exe my_cv.yaml output` or `giuda my_cv.yaml output` to parse the cv definition. It will create a file called `output.tex` and another called `altacv.cls`.
If you don't have LaTeX installed and you don't want to install it, you can use [Overleaf](https://www.overleaf.com/). Just upload the two files, along with your picture, and overleaf will do the rest.
There's an example for the definition in `./giuda.yaml`, but there is also a schema that can help you while you make your own CV.