This is the command line tool to convert JSON Resume to html.
Install the command-line tool:
npm install -g resume-html
Show a list of options and commands for the CLI.
Usage: index [fileName] [options]
Options:
-V, --version output the version number
-t, --theme <theme name> Specify theme for export (default: "jsonresume-theme-flat")
-r, --resume <resume file path> Path to the resume json file (default: "resume.json")
-h, --help output usage information
Available under the MIT license.