create-kide-app
v0.1.8
Published
Scaffold a new Kide CMS project
Maintainers
Readme
create-kide-app
Scaffold a new Kide CMS project.
Usage
pnpx create-kide-app my-projectThe CLI asks for:
- Project name — directory to create
- Deploy target — Local/Node.js or Cloudflare
- Seed demo content — local target only
What it does
- Clones the latest Kide CMS from GitHub.
- Applies target-specific configuration (Node.js adapter, or Cloudflare D1/R2/Workers).
- Installs dependencies with pnpm.
- Optionally creates a GitHub repo (if the
ghCLI is installed and authenticated). - Generates the CMS schema.
- For local: optionally seeds demo content, then starts the dev server.
- For Cloudflare: logs into wrangler (if needed), creates a D1 database and R2 bucket, applies migrations, builds and deploys, and prints the live URL + admin URL.
Requirements
- Node.js >= 22.12.0
pnpminstalledgiton PATH- Optional:
ghCLI authenticated (gh auth login) for GitHub repo creation - For Cloudflare: a Cloudflare account (the CLI runs
wrangler loginfor you)
