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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Create React App for TanStack Router
2
2
3
-
This CLI applications builds Tanstack Router applications that are the functional equivalent of [Create React App](https://create-react-app.dev/).
3
+
This CLI application builds Tanstack Router applications that are the functional equivalent of [Create React App](https://create-react-app.dev/).
4
4
5
5
To help accelerate the migration away from `create-react-app` we created the `create-tsrouter-app` CLI which is a plug-n-play replacement for CRA.
6
6
@@ -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