@bearcove/snugkit
v8.0.0
Published
Base svelte and TypeScript code for snug applications
Readme
snugkit
snugkit is a base set of TypeScript and Svelte and style files for use with the blogging platform.
Internals
We use pnpm, not npm.
Everything is re-exported from src/lib/index.ts. Because we're exporting
Svelte components, we're using
svelte-package to package everything.
We're using Vitest for testing components. We're using
the np command line utility to release a
new version.
To release a new version, run:
# releases a patch version
pnpm dlx np patchThis will use np to bump the version number, create a git tag, and publish the
package to npm.
