CV Generator using Go, Less, and HTML5.
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.
 
 
Tyler 4e5dd52b2f Add README and repository link 3 years ago
assets Initial commit 3 years ago
cmd Initial commit 3 years ago
data Initial commit 3 years ago
templates Add README and repository link 3 years ago
.gitignore Initial commit 3 years ago
README.md Add README and repository link 3 years ago
generator.go Initial commit 3 years ago
go.mod Initial commit 3 years ago
go.sum Initial commit 3 years ago
io.go Initial commit 3 years ago
model.go Initial commit 3 years ago
template.go Initial commit 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