add taskfile as a repos tool, zero deps
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user