Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packbase TypeScript SDK

This Bun monorepo contains the Packbase TypeScript SDK and its documentation site.

Workspace Location Purpose
@packbase/sdk-ts packages/sdk-ts Publishable, dependency-free typed API client.
pbsdk-typescript-docs apps/docs Next.js and Fumadocs documentation site.

Development

bun install
bun run dev

The docs app depends on the local workspace SDK. Its lifecycle scripts build the SDK before starting, type-checking, or building the site.

Validation

bun run typecheck
bun run test
bun run build

To prepare the SDK for npm publication, run:

bun --filter @packbase/sdk-ts run verify

Releases

Packages

Contributors

Languages