| Crates.io | srg |
| lib.rs | srg |
| version | 20251215.0.1 |
| created_at | 2025-12-14 22:39:57.42614+00 |
| updated_at | 2025-12-15 22:50:07.763911+00 |
| description | Static Resume Generator - converts JOBL files to HTML and PDF |
| homepage | https://jobl.dev |
| repository | https://github.com/ducks/srg |
| max_upload_size | |
| id | 1985209 |
| size | 270,042 |
Build HTML and PDF resumes from JOBL files.
cargo install --path .
srg --input resume.jobl --out dist --template minimal
-i, --input <FILE> - Input JOBL file (required)-o, --out <DIR> - Output directory (default: dist)-t, --template <NAME> - Template name (default: minimal)Build from a JOBL file:
srg --input resume.jobl
Specify custom output directory:
srg --input resume.jobl --out public
SRG generates:
index.html - Styled HTML resumeresume.pdf - PDF version (placeholder for now)Clean, professional single-page layout with:
CSS is optimized for both screen and print.
Requires a valid JOBL file. See the JOBL repository for format specification.
MIT