File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed
documentation/docs/20-commands Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 2
2
title : sv create
3
3
---
4
4
5
- ` sv create ` sets up a new SvelteKit project, with options to [ setup additional functionality ] ( sv- add#Official-add- ons) .
5
+ ` sv create ` sets up a new SvelteKit project, with options to setup add- ons for additional functionaliy .
6
6
7
7
## Usage
8
8
Original file line number Diff line number Diff line change @@ -14,27 +14,11 @@ npx sv add
14
14
npx sv add [add-ons]
15
15
```
16
16
17
- You can select multiple space-separated add-ons from [ the list below ] ( #Official-add-ons ) , or you can use the interactive prompt.
17
+ You can select multiple space-separated add-ons, or you can use the interactive prompt.
18
18
19
19
## Options
20
20
21
21
- ` -C ` , ` --cwd ` — path to the root of your Svelte(Kit) project
22
22
- ` --no-preconditions ` — skip checking preconditions <!-- TODO what does this mean? -->
23
23
- ` --install ` — installs dependencies with a specified package manager
24
24
- ` --no-install ` — prevents installing dependencies
25
-
26
- ## Official add-ons
27
-
28
- <!-- TODO this should be a separate section, each of these should have their own page -->
29
-
30
- - ` drizzle `
31
- - ` eslint `
32
- - ` sveltekit-adapter `
33
- - ` lucia `
34
- - ` mdsvex `
35
- - ` paraglide `
36
- - ` playwright `
37
- - ` prettier `
38
- - ` storybook `
39
- - ` tailwindcss `
40
- - ` vitest `
You can’t perform that action at this time.
0 commit comments