Skip to content

RokkinCat/cobbler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.5%
  • Pug 28.7%
  • Sass 15.8%