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 1034091a21..ea238aecbd 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 @@ -13,6 +13,16 @@ npx sv create [options] [path] ## Options +### `--from-playground ` + +Create a SvelteKit project from a Svelte Playground URL. This downloads all playground files, detects external dependencies, and sets up a complete SvelteKit project structure with everything ready to go. + +Example: + +```sh +npx sv create --from-playground=https://svelte.dev/playground/hello-world +``` + ### `--template ` Which project template to use: