Monorepo for devsess — scaffold dev scripts with reusable dev sessions and a per-session PGlite + Drizzle adapter, built on Effect.
| Path | Description |
|---|---|
packages/devsess |
The devsess library (published to npm). |
apps/docs |
Documentation site, built with vocs. |
This is a Bun workspace.
bun install # install all workspaces
bun run build # build the library (tsup + tsc declarations)
bun run check # typecheck + lint (turbo)
bun run format # biome format
bun run docs # run the docs site locallyPublishing is automated via GitHub Actions (.github/workflows/release.yml):
bump the version in packages/devsess/package.json, commit, then tag and push:
git tag v0.0.1
git push --tagsRequires an NPM_TOKEN repository secret. See the release workflow for details.
Apache-2.0