4e5dd52b2f | ||
---|---|---|
assets | ||
cmd | ||
data | ||
templates | ||
.gitignore | ||
README.md | ||
generator.go | ||
go.mod | ||
go.sum | ||
io.go | ||
model.go | ||
template.go |
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