sqb init
Creates a new SQLBuild project with a minimal directory structure and configuration files.Usage
Project layout
sqb init creates the configuration, linter settings, and empty resource directories needed for a standalone project:
.gitkeep files so the scaffold can be committed. Reusable attached
audit definitions belong in audits/generic/; standalone audits belong in audits/singular/.
Add reusable SQL lifecycle hooks to hooks/sql/ and decorated Python lifecycle hooks to
hooks/python/; see Hooks.
The generated project uses DuckDB, creates a named local connection shared by dev and
prod, and defaults models to table materialization. Its configuration follows this shape:

