Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 962 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 962 Bytes

Pysira

Tests codecov

CLI tool to export jsonresume files to different formats (html, tex, pdf, ...) and different languages.

Example

sira export -t stackoverflow examples/resume.json -o examples/out/stackoverflow

# OR
sira export -t brilliant-cv examples/resume.json -f pdf -o examples/out/

Help

>> sira export --help
Usage: sira export [OPTIONS] [RESUME_PATH]

Options:
  -o, --output TEXT
  -t, --theme TEXT
  -l, --language TEXT
  -op, --options TEXT
  -f, --format TEXT
  -w, --work INTEGER
  -p, --projects INTEGER
  -s, --skills INTEGER
  -c, --certificates INTEGER
  -a, --summary, --about / -na, --no-summary, --no-about
  -y, --yaml
  --help                          Show this message and exit.