@ccl-consulting/export-resume
v0.0.2
Published
Export JSON Resume to human readable formats
Downloads
4
Readme
export-resume
This is the command line tool to export JSON Resume to human readable formats such as html
, pdf
, md
and txt
.
Read more about JSON Resume...
Getting Started
Install the command-line tool:
npm install -g @ccl-consulting/export-resume
Usage
export-resume [output]
Export JSON Resume to human readable formats
Positionals:
output path to output file
Options:
--help Show help [boolean]
--version Show version number [boolean]
--resume, -r path to JSON Resume file [default: "./resume.json"]
--verbose, -v [default: false]
--format, -f output file format [choices: "html", "pdf"] [default: "pdf"]
--theme, -t JSON Resume theme name [default: "stackoverflow"]
License
Available under the MIT license.