testdouble / cobbler

A tool to generate résumés for Test Double agents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cobbler

Generates Test-Double-branded résumés from JSON-Resume-compatible JSON documents.

Options

Option Description
-i, --input FILE Read from this JSON document, specified as a relative path.
-o, --output FILE Write to this PDF file, specified as a relative path.

Process

  1. Reads the input file.
  2. Parses the input file as JSON.
  3. Validates the parsed data matches the JSON Resume schema.
  4. Renders the internal template to HTML with the validated data.
  5. Writes a print-ready PDF to the output file.

Key Dependencies

What's with the name?

We love ourselves some spycraft (and/or spy myth) at Test Double, and a "cobbler" is an expert in creating the necessary documentation for an Agent's work.

About

A tool to generate résumés for Test Double agents.

License:MIT License


Languages

Language:JavaScript 55.4%Language:Pug 28.6%Language:Sass 15.9%