Skip to content

Commit 415ffa6

Browse files
Sync cli docs (#1533)
sync cli docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent f8d826b commit 415ffa6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

apps/svelte.dev/content/docs/cli/20-commands/10-sv-create.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ npx sv create [options] [path]
1313

1414
## Options
1515

16+
### `--from-playground <url>`
17+
18+
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.
19+
20+
Example:
21+
22+
```sh
23+
npx sv create --from-playground=https://svelte.dev/playground/hello-world
24+
```
25+
1626
### `--template <name>`
1727

1828
Which project template to use:

0 commit comments

Comments
 (0)