Catalog registry for Tempify templates consumed by the rqp-plugin-tempify ReqPack plugin.
templates.json Aggregated catalog (what clients fetch)
registry/<letter>/<id>.json One entry per template (PR-friendly, like rqp-registry)
templates/template.entry.json Copy template for new submissions
scripts/build-catalog.sh Rebuild templates.json from registry/*
CONTRIBUTING.md Submission workflow
ReqPack / Tempify reads templates.json from this repository (raw GitHub URL or local path).
Register the catalog in default-template-repositories.json or user config:
{
"id": "tempify-registry",
"url": "https://raw.githubusercontent.com/Coditary/tempify-registry/main/templates.json",
"priority": 0,
"enabled": true
}| Template | Description |
|---|---|
tempify-tpl | Minimal scaffold for a new Tempify template |
tempify-tpl-project | Full authoring project (Beez/Makefile, tests, publish) |
Template sources live in Tempify-Templates (sibling directories).
See CONTRIBUTING.md.