@contentina/adapter-kit
v0.0.6
Published
Shared adapter utilities for Contentina framework integrations.
Readme
🔧 @contentina/adapter-kit
Shared adapter utilities for Contentina framework integrations.
Build coordination, watch plans, generated entrypoint paths, and recoverable error reporting — the glue behind every Contentina adapter.
Install
bun add @contentina/adapter-kitUsually pulled in transitively by @contentina/vite or a framework adapter. Install directly when building a custom integration.
What it provides
- Build controller — startup builds, serialized rebuilds, and cache reuse
- Watch planning — watches config, collection roots, and referenced assets from compiler output
- Path helpers — resolves
contentina/generatedfrom yourgeneratedDir - Logging — opt-in
logLevel: "info"or"debug"for adapter status
Framework adapters should use this package instead of calling @contentina/core directly.
Part of Contentina · npm
