Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions apps/svelte.dev/content/docs/cli/20-commands/10-sv-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ npx sv create [options] [path]

## Options

### `--from-playground <url>`

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 <name>`

Which project template to use:
Expand Down