devleaps/jsonresume-generator
Generating resumes with JSONResume using the `resumed` CLI!
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 17, 2025
- License
- MIT
Pinned Snippet
uses: devleaps/jsonresume-generator@bb90ac5d322e7099e28f1dc2b8549ea3c21ddaed # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| action | Action to perform. Can be either `render` or `validate`. | yes | render |
| file | Name of the resume file. Support for JSON and YAML files. | yes | resume.json |
| folder | Name 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-name | Name of the theme to use. | yes | jsonresume-theme-even |
| theme-local | Where 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. | yes | false |
| output-type | Type of the output file. Can be either PDF or HTML. | no | html |
Outputs
no outputs