Forrest logo
back to context overview

resume

List of commands for resume:

  • resume:tldr:1cd5f resume: Validate a `resume.json` against schema tests to ensure it complies with the standard.
    $ resume validate
    try on your machine
    explain this command
  • resume:tldr:c8469 resume: Start a web server that serves a local `resume.json`.
    $ resume serve
    try on your machine
    explain this command
  • resume:tldr:d99cc resume: Export a resume locally in a stylized HTML or PDF format.
    $ resume export ${path-to-html_or_pdf}
    try on your machine
    explain this command
  • resume:tldr:e007d resume: Create a new `resume.json` file in the current working directory.
    $ resume init
    try on your machine
    explain this command
back to context overview