Skip to content

ccl-consulting/export-resume

Repository files navigation

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.

About

Export JSON Resume to human readable formats

Resources

License

Stars

Watchers

Forks

Packages

No packages published