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
2021-02-01 00:14:41 +01:00
cli Add initial latex theme 2018-05-11 00:00:20 +02:00
model Add initial latex theme 2018-05-11 00:00:20 +02:00
resume-schema@8558e9e6e4 Initial import 2018-05-07 17:27:46 +02:00
themes Fixes for french translation 2021-02-01 00:14:41 +01:00
.gitignore Add .gitgnore 2018-05-08 15:26:30 +02:00
.gitmodules Initial import 2018-05-07 17:27:46 +02:00
generate.sh Add initial latex theme 2018-05-11 00:00:20 +02:00
README.md Clean up 2018-06-06 00:20:51 +02:00

jsonresume written in go

kendall theme is based on https://github.com/LinuxBozo/jsonresume-theme-kendall. stackoverflow theme is based on https://github.com/francescoes/jsonresume-theme-stackoverflow.

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