Skip to content

Repository files navigation

tempify-registry

Catalog registry for Tempify templates consumed by the rqp-plugin-tempify ReqPack plugin.

Layout

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

Consumption

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
}

Entries

TemplateDescription
tempify-tplMinimal scaffold for a new Tempify template
tempify-tpl-projectFull authoring project (Beez/Makefile, tests, publish)

Template sources live in Tempify-Templates (sibling directories).

Contributing

See CONTRIBUTING.md.

About

Registry for Tempify

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages