CV Generator using Go, Less, and HTML5.
Go to file
Tyler 4e5dd52b2f Add README and repository link 2021-02-23 21:14:25 -05:00
assets Initial commit 2021-02-23 21:10:44 -05:00
cmd Initial commit 2021-02-23 21:10:44 -05:00
data Initial commit 2021-02-23 21:10:44 -05:00
templates Add README and repository link 2021-02-23 21:14:25 -05:00
.gitignore Initial commit 2021-02-23 21:10:44 -05:00
README.md Add README and repository link 2021-02-23 21:14:25 -05:00
generator.go Initial commit 2021-02-23 21:10:44 -05:00
go.mod Initial commit 2021-02-23 21:10:44 -05:00
go.sum Initial commit 2021-02-23 21:10:44 -05:00
io.go Initial commit 2021-02-23 21:10:44 -05:00
model.go Initial commit 2021-02-23 21:10:44 -05:00
template.go Initial commit 2021-02-23 21:10:44 -05:00

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