yaml-resume API
    Preparing search index...

    Function build

    • Full pipeline: read YAML -> validate -> write resume.json -> render resume.pdf.

      Parameters

      • input: string

        path to the YAML resume.

      • Optionaloptions: { outputDir?: string; theme?: string; writeJson?: boolean } = {}
        • OptionaloutputDir?: string

          directory for outputs (default: input's dir).

        • Optionaltheme?: string

          theme (default: resume.meta.theme or stackoverflow).

        • OptionalwriteJson?: boolean

          also write resume.json (default: true); the PDF is always produced.

      Returns Promise<{ jsonPath: string; pdfPath: string; resume: Resume; theme: string }>