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
Arnaud Ysmal 11ebfed99e Remove schema submodule, add schema and sample 2021-03-05 23:17:48 +01:00
cli Add short address 2021-02-07 22:04:31 +01:00
model Add short address 2021-02-07 22:04:31 +01:00
themes Fix printed version 2021-03-03 23:26:50 +01:00
.gitignore Add .gitgnore 2018-05-08 15:26:30 +02:00
.gitmodules Remove schema submodule, add schema and sample 2021-03-05 23:17:48 +01:00
README.md Remove schema submodule, add schema and sample 2021-03-05 23:17:48 +01:00
generate.sh Add kendal2 theme 2021-02-07 21:10:42 +01:00
sample.resume.json Remove schema submodule, add schema and sample 2021-03-05 23:17:48 +01:00
schema.json Remove schema submodule, add schema and sample 2021-03-05 23:17:48 +01:00

README.md

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 .

To validate a resume:

$ npm install ajv-cli@3.3.0 $ node ./node_modules/ajv-cli/index.js validate -s schema.json -d sample.resume.json