Skip to content

Commit cd602bf

Browse files
Sync cli docs (#1678)
Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent f209452 commit cd602bf

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
@@ -42,6 +42,16 @@ Whether and how to add typechecking to the project:
4242

4343
Prevent typechecking from being added. Not recommended!
4444

45+
### `--add [add-ons...]`
46+
47+
Add add-ons to the project in the `create` command. Following the same format as [sv add](sv-add#Usage).
48+
49+
Example:
50+
51+
```sh
52+
npx sv create --add eslint prettier
53+
```
54+
4555
### `--no-add-ons`
4656

4757
Run the command without the interactive add-ons prompt

0 commit comments

Comments
 (0)