SvelteKit templates generated using the [email protected]
package. Changelog
├── javascript ← template using JavaScript with JSDoc comments
└── typescript ← template using TypeScript syntax
To use a specific version, replace the /main
part with a valid tag name.
- https://stackblitz.com/github/hyunbinseo/svelte-kit-templates/tree/main/typescript
+ https://stackblitz.com/github/hyunbinseo/svelte-kit-templates/tree/v0.6.9/typescript
sv create --template minimal --types jsdoc
sv create --template minimal --types ts
sv add eslint prettier
The kit-template-default repository does not provide a TypeScript template.