Add package initialization subcommand and package
All checks were successful
CI / release-test (push) Successful in 26s

This commit is contained in:
2025-08-24 14:45:57 -07:00
parent 0bc951748d
commit 2c8b842f17
6 changed files with 142 additions and 4 deletions

6
pkg/codegen/tpl/reset.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
rm sample_data/data/* || true
go run ./cmd init
sqlite3 sample_data/data/{{ .DBFilename }} < sample_data/seed.sql