create-groundflare-app
v0.2.0
Published
Scaffold a new groundflare-ready Cloudflare Worker project.
Maintainers
Readme
create-groundflare-app
Scaffold a new groundflare-ready Cloudflare Worker project.
Usage
npm create groundflare-app@latest my-worker
# or: npx create-groundflare-app@latest my-worker
cd my-worker
npx groundflare bun analyze # see what's compatible with the Bun track
npx groundflare up # provision a VPS + deployOptions
create-groundflare-app [project-name] [--template=<name>] [--force]
project-name Directory to create (default: groundflare-worker)
--template Template identifier (default: minimal)
--force Overwrite target directory if it already existsTemplates
| Name | Description |
|---|---|
| minimal | Hello-world Worker + commented-out [groundflare] section |
| hono | Hono REST API with D1 CRUD + KV cache — runs on both Cloudflare and groundflare with zero code changes. Includes a Deploy to CF button. |
License
MIT — see LICENSE.
