#pdf #resume #generator #html #cv

bin+lib srg

Static Resume Generator - converts JOBL files to HTML and PDF

2 stable releases

20251215.0.1 Dec 15, 2025
20251214.0.2 Dec 14, 2025

#2598 in Command line utilities

MIT license

200KB
1K SLoC

Contains (WOFF font, 42KB) waika-webfont.woff2, (WOFF font, 34KB) BerkeleyMono-BoldItalic.woff2, (WOFF font, 34KB) BerkeleyMono-Italic.woff2, (WOFF font, 33KB) BerkeleyMono-Bold.woff2, (WOFF font, 32KB) BerkeleyMono-Regular.woff2

SRG - Static Resume Generator

Build HTML and PDF resumes from JOBL files.

Installation

cargo install --path .

Usage

srg --input resume.jobl --out dist --template minimal

Options

  • -i, --input <FILE> - Input JOBL file (required)
  • -o, --out <DIR> - Output directory (default: dist)
  • -t, --template <NAME> - Template name (default: minimal)

Examples

Build from a JOBL file:

srg --input resume.jobl

Specify custom output directory:

srg --input resume.jobl --out public

Output

SRG generates:

  • index.html - Styled HTML resume
  • resume.pdf - PDF version (placeholder for now)

Templates

minimal

Clean, professional single-page layout with:

  • Contact information header
  • Skills organized by category
  • Work experience with highlights
  • Projects with links
  • Education with details

CSS is optimized for both screen and print.

Requirements

Requires a valid JOBL file. See the JOBL repository for format specification.

License

MIT

Dependencies

~10–26MB
~359K SLoC