create-kide-app
v0.0.36
Published
Scaffold a new Kide CMS project
Maintainers
Readme
create-kide-app
Scaffold a new Kide CMS project.
Usage
npm create kide-app my-project
# or
pnpm create kide-app my-project
# or
bunx create-kide-app my-projectThe CLI will guide you through:
- Project name — directory to create
- Deploy target — Local/Node.js or Cloudflare
- Demo content — optionally seed the database
What it does
- Downloads the latest Kide CMS template from GitHub
- Applies platform-specific configuration (Node.js adapter, Cloudflare D1/R2, etc.)
- Installs dependencies
- Generates the CMS schema
- Optionally seeds demo content
Requirements
- Node.js >= 22.12.0
