CLI
YAMLResume provides a CLI tool to help you manage your resume. You can follow the installation guide to install it.
Help
Show CLI help and all available commands:
Show YAMLResume CLI version:
New
Create a new resume. The default resume filename is resume.yml
, but you
can specify a custom filename:
Build
Build a resume from YAML to PDF. It will generate the latex code and PDF at the
same time, with some intermediate files .aux
, .log
etc, if you use
XeTeX as the typesetting engine.
Languages
List all available languages. The language code follows the spec in ISO
639 specification. You can specify
the language code in layout.locale.language
in order to change the language of
your resume. Changing the language of your resume will automatically translate
all fixed terms. You can check more details from PPResume docs multi
languages.
Templates
List all available templates. You can change the resume template by setting
layout.template
in your YAML resume. PPResume
Templates for more details.