sv create
sv create
sets up a new SvelteKit project, with options to setup additional functionality.
Usage
npx sv create [options] [path]
Options
--check-types <option>
Whether and how to add typechecking to the project:
typescript
— default to.ts
files and uselang="ts"
for.svelte
componentscheckjs
— use JSDoc syntax for typesnone
— no typechecking. Not recommended!
--template <name>
Which project template to use:
minimal
— barebones scaffolding for your new appdemo
— showcase app with a word guessing game that works without JavaScriptlibrary
— template for a Svelte library, set up withsvelte-package
--no-integrations
Run the command without the interactive add-ons prompt
--no-install
Skip dependency installation