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 @@ -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
Expand Down