Move flyer examples to templates and add template support

This commit is contained in:
thePR0M3TH3AN
2025-06-19 11:47:48 -04:00
parent f65bb2c45a
commit 0e9c8429bb
10 changed files with 35 additions and 2 deletions

14
docs/templates.md Normal file
View File

@@ -0,0 +1,14 @@
# Flyer Templates
Pre-built flyer templates live in the `templates/` directory. Use the CLI to copy one with:
```bash
voxvera init --template <name>
```
This will create a new folder under `dist/` named `<name>-<YYYYMMDD>` containing the template files.
Available templates:
- **blank** minimal placeholder files, also used when extracting fields from a PDF.
- **voxvera** example flyer showcasing the VoxVera project.