From 62aa0f7875e96159b9abccb33c16f51f9d19140a Mon Sep 17 00:00:00 2001 From: "svelte-docs-bot[bot]" <196124396+svelte-docs-bot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 12:28:08 +0000 Subject: [PATCH] sync cli docs --- .../content/docs/cli/20-commands/10-sv-create.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/svelte.dev/content/docs/cli/20-commands/10-sv-create.md b/apps/svelte.dev/content/docs/cli/20-commands/10-sv-create.md index 948a3ceaf..8577f56e7 100644 --- a/apps/svelte.dev/content/docs/cli/20-commands/10-sv-create.md +++ b/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: Prevent typechecking from being added. Not recommended! +### `--add [add-ons...]` + +Add add-ons to the project in the `create` command. Following the same format as [sv add](sv-add#Usage). + +Example: + +```sh +npx sv create --add eslint prettier +``` + ### `--no-add-ons` Run the command without the interactive add-ons prompt