gen-cf-app
v0.0.1
Published
Generate disposable Cloudflare Workers applications in a gen-cf-app platform repository
Maintainers
Readme
gen-cf-app
gen-cf-app is the public npm CLI for a gen-cf-app-platform repository. It generates one disposable Cloudflare Workers application, commits it, and pushes main so the repository's GitHub Actions deployment can run.
Usage
Run it from the root of a configured platform repository:
npx --yes [email protected] [options]The repository must have a clean Git working tree and an infra.json generated by scripts/setup.mjs.
Options:
--template <name>: bundled template name; defaults todefault--name <string>: optional display name--no-push: commit without pushing--dry-run: generate files without Git changes--json: emit one-line JSON for CI
Node.js 22 or newer is required.
