Thanks to all individual and corporate sponsors, without whom this work could not exist:
home-base is a base set of TypeScript and Svelte and style files for use with the blogging platform.
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 patch
This will use np
to bump the version number, create a git tag, and publish the
package to npm.