A monorepo containing a collection of SDKs and tools for Marble CMS.
sdk/
├─ packages/
│ ├─ core/ # Main SDK (@usemarble/core)
│ ├─ tsconfig/ # Shared TypeScript configuration
├─ package.json # workspace root
└─ ...
- @usemarble/core: The official TypeScript SDK for interacting with the Marble API.
- @usemarble/tsconfig: Shared TypeScript configurations used across the monorepo.
pnpm installTo build all packages:
pnpm buildRun tests across all packages:
pnpm testMIT