Command line tool written in go to convert a resume in json to html (based on https://github.com/jsonresume/resume-cli)
Go to file
2018-05-07 22:24:43 +02:00
cli Initial import 2018-05-07 17:27:46 +02:00
model Initial import 2018-05-07 17:27:46 +02:00
resume-schema@8558e9e6e4 Initial import 2018-05-07 17:27:46 +02:00
themes Import css into html 2018-05-07 22:24:43 +02:00
.gitmodules Initial import 2018-05-07 17:27:46 +02:00
README.md Initial import 2018-05-07 17:27:46 +02:00

jsonresume written in go

kendall and kendallfr themes are based on https://github.com/LinuxBozo/jsonresume-theme-kendall.

$ go build -o jsonresume ./cli
$ ./jsonresume -t kendall -r resume-schema/examples/valid/complete.json -o resume.html && cp themes/kendall/*.css .