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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ This will start an interactive CLI that guides you through the setup process, al
30
30
- TypeScript support
31
31
- Tailwind CSS integration
32
32
- Package manager
33
+
- Toolchain
33
34
- Git initialization
34
35
35
36
## Command Line Options
@@ -45,6 +46,7 @@ Available options:
45
46
-`--template <type>`: Choose between `file-router`, `typescript`, or `javascript`
46
47
-`--tailwind`: Enable Tailwind CSS
47
48
-`--package-manager`: Specify your preferred package manager (`npm`, `yarn`, `pnpm`, `bun`, or `deno`)
49
+
-`--toolchain`: Specify your toolchain solution for formatting/linting (`biome`)
48
50
-`--no-git`: Do not initialize a git repository
49
51
-`--add-ons`: Enable add-on selection or specify add-ons to install
50
52
@@ -94,6 +96,12 @@ Choose your preferred package manager (`npm`, `bun`, `yarn`, `pnpm`, or `deno`)
94
96
95
97
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.
96
98
99
+
### Toolchain
100
+
101
+
Choose your preferred solution for formatting and linting either through the interactive CLI or using the `--toolchain` flag.
102
+
103
+
Setting this flag to `biome` will configure it as your toolchain of choice, adding a `biome.json` to the root of the project. Consult the [biome documentation](https://biomejs.dev/guides/getting-started/) for further customization.
0 commit comments