@ccl-consulting/export-resume

Export JSON Resume to human readable formats

Usage no npm install needed!

<script type="module">
  import cclConsultingExportResume from 'https://cdn.skypack.dev/@ccl-consulting/export-resume';
</script>

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.