Clone templates from git by default

This commit is contained in:
hh
2026-09-08 20:04:08 +02:00
parent f8b5765c15
commit 7a1774a36f
2 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ One command that composes a project from the templates in this organization: `in
newproject ~/projects/my-thing
```
Templates are read from `$TEMPLATES_DIR` (default `~/projects/templates`). Every part updates independently:
Templates are cloned from `https://git.kotikot.com/templates` by default; set `TEMPLATES_DIR` to a directory with local checkouts to work on the templates themselves. Every part updates independently:
```sh
copier update -a .copier-answers.backend.yml