A deprecated CLI for creating new SvelteKit projects, now replaced by 'sv' package
npx @tessl/cli install tessl/npm-create-svelte@7.0.0create-svelte was a CLI tool for creating new SvelteKit projects, now deprecated and replaced by the sv package. The package serves as a migration notice, directing users to use the new tooling.
npm install create-svelte (deprecated)npm install svThis package does not provide any importable modules. It is designed solely as a CLI tool.
npm create svelte
# or
npx create-sveltenpx sv createcreate-svelte is a minimal package consisting of:
sv packageThe package provides a single command-line interface that displays a deprecation message.
# Command: npm create svelte
# Command: npx create-svelte
# Output: "'npm create svelte' has been replaced with 'npx sv create'"Behavior:
Usage Example:
$ npm create svelte
'npm create svelte' has been replaced with 'npx sv create'
$ npx create-svelte
'npm create svelte' has been replaced with 'npx sv create'sv packagenpx sv create instead of npm create sveltecreate-svelte was previously the official tool for scaffolding new SvelteKit applications. It provided:
All of this functionality has been moved to the sv package, which provides an improved developer experience and additional features.
This package does not export any types, interfaces, or classes. It is a pure CLI tool with no programmatic API.
The package does not throw any errors or exceptions. It simply outputs the deprecation message and exits successfully.