devleaps/jsonresume-generator

Generating resumes with JSONResume using the `resumed` CLI!

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Dec 17, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: devleaps/jsonresume-generator@bb90ac5d322e7099e28f1dc2b8549ea3c21ddaed # v1.1.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
actionAction to perform. Can be either `render` or `validate`.yesrender
fileName of the resume file. Support for JSON and YAML files.yesresume.json
folderName of the folder where the resume file is located. Can also be a wildcard (e.g. resumes/**). The file name is still required and expected to be the same for all files. no
theme-nameName of the theme to use.yesjsonresume-theme-even
theme-localWhere the theme is located. Can be either local or npm. If true, the theme is expected to be in a folder with the theme-name. If false, the theme will be installed through NPM. yesfalse
output-typeType of the output file. Can be either PDF or HTML. nohtml

no outputs