Command line tool written in go to convert a resume in json to html (based on https://github.com/jsonresume/resume-cli)
cli | ||
model | ||
resume-schema@8558e9e6e4 | ||
themes | ||
.gitignore | ||
.gitmodules | ||
generate.sh | ||
README.md |
jsonresume written in go
kendall and kendallfr themes are 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 .