add taskfile as a repos tool, zero deps

This commit is contained in:
Bartal Læarsson
2026-06-25 13:25:18 +01:00
parent 58f3e4e46f
commit 2e34d80ee5
3 changed files with 397 additions and 2 deletions
+15
View File
@@ -3,6 +3,21 @@
In-memory API example, resets to the base dataset every 10 minutes.
100% self contained binary
## Quick Start
I use Taskfile (modern GNU Make iteration) for building and deploying.
for like resbuilding binaries after code changes, I prefer to use `reflex` by cespare.
The Tool is baked into this repository with no deps just run
```bash
go tool reflex \
-r '^(cmd|internal|templates|static)/.*\.(go|html|css|js)$' \
-s -- sh -c 'go tool task dev-start-api'
```
json model:
```json
{