TEMPLATES_REF for template development

This commit is contained in:
hh
2026-09-08 20:40:21 +02:00
parent 40103e9bef
commit c31f0b241f
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ updateproject backend # one part
newproject ~/projects/my-thing --parts backend,frontend,caddy --backend python --frontend svelte --serve bun --defaults
```
One part alone is rendered at the root of the project; two parts live in `backend/` and `frontend/`. Templates are cloned from `https://git.kotikot.com/templates` unless `TEMPLATES_DIR` points at a directory with local checkouts.
One part alone is rendered at the root of the project; two parts live in `backend/` and `frontend/`. Templates are cloned from `https://git.kotikot.com/templates` unless `TEMPLATES_DIR` points at a directory with local checkouts; `TEMPLATES_REF=HEAD` renders their working trees instead of the latest tag.
Requires `uv`; `bun`, `docker` and `pre-commit` are used by the generated projects.