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
__ __ _ __ __ _ ____
\ \ / // \ | \/ | | | _ \ ___ ___ _ _ ___ ___ ___
\ V // _ \ | |\/| | | | |_) / _ \/ __| | | / _ \/ _ \ / _ \
| |/ ___ \| | | | |___| _ < __/\__ \ |_| | | | | | | __/
|_/_/ \_\_| |_|_____|_| \_\___||___/\____|_| |_| |_|\___|
Options:
-V, --version output the version number
-v, --verbose verbose output
-h, --help display help for command
Commands:
ai AI-powered resume generation
build [options] <resume-path> build a resume to Docx, HTML, Markdown or
LaTeX/PDF
dev [options] <resume-path> build a resume on file changes (watch mode)
doctor check environment for YAMLResume dependencies
languages i18n and l10n support
new [filename] create a new resume
templates manage resume templates
validate <resume-path> validate a resume against the YAMLResume schema
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