sv create
sv create sets up a new SvelteKit project, with options to setup additional functionality.
Usage
npx sv create [options] [path]Options
--template <name>
Which project template to use:
- minimal— barebones scaffolding for your new app
- demo— showcase app with a word guessing game that works without JavaScript
- library— template for a Svelte library, set up with- svelte-package
--types <option>
Whether and how to add typechecking to the project:
- ts— default to- .tsfiles and use- lang="ts"for- .sveltecomponents
- jsdoc— use JSDoc syntax for types
--no-types
Prevent typechecking from being added. Not recommended!
--no-add-ons
Run the command without the interactive add-ons prompt
--install <package-manager>
Installs dependencies with a specified package manager:
- npm
- pnpm
- yarn
- bun
- deno
--no-install
Prevents installing dependencies.
Edit this page on GitHub llms.txt
previous next