CLI tool to export jsonresume files to different formats (html, tex, pdf, ...) and different languages.
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/
>> 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.