Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.02 KB

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.