Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.25 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.25 KB

SvelteKit templates generated using the [email protected] package. Changelog

Project Structure

├── javascript ← template using JavaScript with JSDoc comments
└── typescript ← template using TypeScript syntax

Open in StackBlitz

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

Presets

sv create --template minimal --types jsdoc
sv create --template minimal --types ts
sv add eslint prettier

Comparison

The kit-template-default repository does not provide a TypeScript template.