svelte-kitty
v0.0.4
Published
A CLI for the [Svelte Kitty] template.
Downloads
270
Readme
svelte-kitty
A CLI for the Svelte Kitty template.
# Use the package manager of your choice:
pnpm install svelte-kitty
npm install svelte-kitty
bun install svelte-kitty
{
"scripts": {
"build": "svelte-kitty build",
"build:send": "svelte-kitty build --send"
}
}