You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
assets | 3 years ago | |
cmd | 3 years ago | |
data | 3 years ago | |
templates | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 3 years ago | |
generator.go | 3 years ago | |
go.mod | 3 years ago | |
go.sum | 3 years ago | |
io.go | 3 years ago | |
model.go | 3 years ago | |
template.go | 3 years ago |
README.md
Go CV Generator
A generator to take JSON content and output a minimal, browser-friendly CV that can be exported as PDF and printed easily.
Usage
Copy data/cv.example.json
to data/cv.json
and fill in the information/data.
Run the generator: go run cmd/main.go