A CLI tool to scaffold new Svelte applications with support for multiple bundlers (Rollup, Webpack, Snowpack, Parcel) and transpilers (JavaScript, TypeScript, CoffeeScript). Version 0.3.0 is the latest stable release. Unlike Svelte's official template, it offers interactive or command-line choice of bundler and transpiler, npx usage, and an --no-install option. It requires Node >=10 and has no runtime dependencies.
npm install create-new-svelteNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a new Svelte app with Rollup bundler and TypeScript transpiler, then starts the dev server.
Manually add svelte-loader configuration if needed.
Use --bundler rollup or --bundler webpack instead.
Choose TypeScript or JavaScript instead.
Refer to Svelte documentation for advanced configurations.
Run with npx: npx create-new-svelte my-app
Uninstall and reinstall globally: npm uninstall -g create-new-svelte && npm install -g create-new-svelte