@tanstack/create-start 0.33.1 → 0.33.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@ pnpm create @tanstack/start@latest my-app --tailwind --package-manager pnpm
|
|
|
37
37
|
Available options:
|
|
38
38
|
|
|
39
39
|
- `--package-manager`: Specify your preferred package manager (`npm`, `yarn`, `pnpm`, `bun`, or `deno`)
|
|
40
|
-
- `--toolchain`: Specify your toolchain solution for formatting/linting (`biome`, `eslint
|
|
40
|
+
- `--toolchain`: Specify your toolchain solution for formatting/linting (`biome`, `eslint`)
|
|
41
41
|
- `--no-git`: Do not initialize a git repository
|
|
42
42
|
- `--add-ons`: Enable add-on selection or specify add-ons to install
|
|
43
43
|
|
|
@@ -63,7 +63,7 @@ Choose your preferred solution for formatting and linting either through the int
|
|
|
63
63
|
|
|
64
64
|
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.
|
|
65
65
|
|
|
66
|
-
Setting this flag to `eslint
|
|
66
|
+
Setting this flag to `eslint` will configure it as your toolchain of choice, adding an `eslint.config.js` and `prettier.config.js` to the root of the project, as well as a `.prettierignore` file. Consult the [eslint documentation](https://eslint.org/docs/latest/) and [prettier documentation](https://prettier.io/docs/) for further customization.
|
|
67
67
|
|
|
68
68
|
## Add-ons (experimental)
|
|
69
69
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/create-start",
|
|
3
|
-
"version": "0.33.
|
|
3
|
+
"version": "0.33.3",
|
|
4
4
|
"description": "Tanstack Start Builder",
|
|
5
5
|
"bin": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"author": "Jack Herrington <jherr@pobox.com>",
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@tanstack/cta-cli": "0.33.
|
|
27
|
-
"@tanstack/cta-framework-
|
|
28
|
-
"@tanstack/cta-framework-
|
|
26
|
+
"@tanstack/cta-cli": "0.33.3",
|
|
27
|
+
"@tanstack/cta-framework-react-cra": "0.33.3",
|
|
28
|
+
"@tanstack/cta-framework-solid": "0.33.3"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/node": "^22.13.4",
|