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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Available options:
43
43
44
44
-`--template <type>`: Choose between `file-router`, `typescript`, or `javascript`
45
45
-`--tailwind`: Enable Tailwind CSS
46
-
-`--package-manager`: Specify your preferred package manager (`npm`, `yarn`, `pnpm`, or `bun`)
46
+
-`--package-manager`: Specify your preferred package manager (`npm`, `yarn`, `pnpm`, `bun`, or `deno`)
47
47
-`--no-git`: Do not initialize a git repository
48
48
49
49
When using flags, the CLI will display which options were provided and only prompt for the remaining choices.
@@ -88,7 +88,7 @@ Enable Tailwind CSS either through the interactive CLI or by adding the `--tailw
88
88
89
89
### Package Manager
90
90
91
-
Choose your preferred package manager (`npm`, `bun`, `yarn`, or `pnpm`) either through the interactive CLI or using the `--package-manager` flag.
91
+
Choose your preferred package manager (`npm`, `bun`, `yarn`, `pnpm`, or `deno`) either through the interactive CLI or using the `--package-manager` flag.
92
92
93
93
Extensive documentation on using the TanStack Router, migrating to a File Base Routing approach, as well as integrating [@tanstack/react-query](https://tanstack.com/query/latest) and [@tanstack/store](https://tanstack.com/store/latest) can be found in the generated `README.md` for your project.
0 commit comments