We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cli
1 parent f209452 commit cd602bfCopy full SHA for cd602bf
apps/svelte.dev/content/docs/cli/20-commands/10-sv-create.md
@@ -42,6 +42,16 @@ Whether and how to add typechecking to the project:
42
43
Prevent typechecking from being added. Not recommended!
44
45
+### `--add [add-ons...]`
46
+
47
+Add add-ons to the project in the `create` command. Following the same format as [sv add](sv-add#Usage).
48
49
+Example:
50
51
+```sh
52
+npx sv create --add eslint prettier
53
+```
54
55
### `--no-add-ons`
56
57
Run the command without the interactive add-ons prompt
0 commit comments