resume-html
v1.0.0
Published
convert a json resume to html
Downloads
3
Readme
resume-html
This is the command line tool to convert JSON Resume to html.
Getting Started
Install the command-line tool:
npm install -g resume-html
Usage
resume-html --help
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
License
Available under the MIT license.