go-cv/README.md
2021-02-23 21:14:25 -05:00

11 lines
290 B
Markdown

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`