create-dql-app
v1.5.3
Published
Scaffold a new DQL project. Run with: npx create-dql-app <name>
Maintainers
Readme
create-dql-app
The fastest way to start a DQL project.
npx create-dql-app@latest my-analytics
cd my-analytics
npm install
npm run notebookOpens a running notebook at http://127.0.0.1:3474 in under 5 minutes on a
clean machine. No global install required; the template installs
@duckcodeailabs/dql-cli locally and exposes it through npm scripts.
Templates
| Template | What you get |
| --- | --- |
| jaffle-shop (default) | DuckDB + the Jaffle Shop dataset + a sample notebook, certified block, and dashboard |
| acme-bank | Banking OSS release walkthrough with sample data, certified blocks, sample notebooks, Apps, dashboards, governance, schedules, and agent Skills |
| empty | Just dql.config.json and project layout - bring your own warehouse |
npx create-dql-app@latest acme-bank --template acme-bank
npx create-dql-app@latest finance-reports --template emptyFlags
| Flag | Default | Meaning |
| --- | --- | --- |
| --template <name> | jaffle-shop | Starter template: jaffle-shop, acme-bank, or empty |
| --no-install | off | Skip downloading the Jaffle Shop seed data |
Docs
License
MIT
