You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`--blank` creates the smallest useful TanStack Start project: one route and no
51
+
default starter interface, examples, Tailwind, devtools, test dependencies, or
52
+
TanStack Intent setup. Pass `--intent` when the project should include local
53
+
skill mappings for coding agents.
54
+
Explicit add-ons and deployment adapters can add their own required files and
55
+
dependencies. Add `-y` to use defaults for every remaining option; when the
56
+
target is non-empty, also pass `--force` or the command exits without writing.
57
+
47
58
### Programmatic generation
48
59
49
60
Use `@tanstack/create/worker` in Cloudflare Workers and other edge SSR runtimes. It does not import the generated template manifest at module startup. Instead, provide a loader for the framework and add-on chunks your Worker supports.
@@ -295,7 +306,7 @@ Removes `^` from version ranges for TanStack packages and adds any missing peer
|`--blank`| yes | yes | Omits starter UI, examples, Tailwind, devtools, and test tooling unless an explicit integration requires them. Cannot be combined with a template, `--examples`, or `--tailwind`. |
16
+
|`--tailwind` / `--no-tailwind`| deprecated/ignored | deprecated/ignored | Standard scaffolds enable Tailwind; use `--blank` for the supported minimal preset. |
0 commit comments