Documentation
¶
Overview ¶
Command servicekit scaffolds and manages servicekit-based services.
servicekit new github.com/you/svc # embedded starter servicekit new github.com/you/svc --dir ./svc servicekit new github.com/you/svc --template github.com/some/template
With --template it delegates to the gonew tool (installed binary, or `go run golang.org/x/tools/cmd/gonew@latest`). Without it, an embedded minimal starter is generated. Per-model CRUD generators (`add`) land in a later release.
Click to show internal directories.
Click to hide internal directories.