@viseed/cms
v0.4.0
Published
Umbrella package for [Viseed CMS](https://viseed.github.io/cms) — a lightweight, plugin-based CMS framework built on Hono + Drizzle + Bun.
Readme
@viseed/cms
Umbrella package for Viseed CMS — a lightweight, plugin-based CMS framework built on Hono + Drizzle + Bun.
Installs the full runtime: @viseed/core, @viseed/schema, @viseed/types, @viseed/validator, @viseed/registry, and the viseed CLI binary.
Install
bun add @viseed/cmsDocumentation
viseed.github.io/cms/guide/getting-started
Quick start
import { createCMS } from '@viseed/cms'
const cms = createCMS({
database: { url: process.env.DATABASE_URL! },
})
export default cms.fetchLicense
MIT
