CLI Simplifié
YAMLResume fournit un outil CLI pour vous aider à gérer votre CV.
Aide
Afficher l'aide du CLI :
$ yamlresume help
Usage: yamlresume [options] [command]
YAMLResume — Resume as Code in YAML
Options:
  -V, --version                  output the version number
  -v, --verbose                  verbose output
  -h, --help                     display help for command
Commands:
  new [filename]                 create a new resume
  build [options] resume-path    build a resume to LaTeX and PDF
  dev [options] resume-path      build a resume on file changes
  languages                      i18n and l10n support
  templates                      manage resume templates
  validate resume-path           validate a resume
  help [command]                 display help for commandNouveau
Créer un nouveau CV :
$ yamlresume new my-resume.yml
✔ Created my-resume.yml successfully.Construire
Construire un CV de YAML à PDF :
$ yamlresume build my-resume.yml
✔ Generated resume PDF file successfully.Edit on GitHub
Last updated on