srg

Crates.iosrg
lib.rssrg
version20251215.0.1
created_at2025-12-14 22:39:57.42614+00
updated_at2025-12-15 22:50:07.763911+00
descriptionStatic Resume Generator - converts JOBL files to HTML and PDF
homepagehttps://jobl.dev
repositoryhttps://github.com/ducks/srg
max_upload_size
id1985209
size270,042
(ducks)

documentation

README

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

Commit count: 0

cargo fmt