0.0.3 • Published 10 months ago

@wisefy/nx-cloudflare-wrangler v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

nx-cloudflare-wrangler

An executor and generator for Cloudflare Wrangler (workers and pages)

Workers

Generate a new worker project

npx nx g @wisefy/nx-cloudflare-wrangler:worker <app-name>

Creates a new NX project (based on the node template) with a new worker. build and deploy targets are added automatically.

Pages

Add deploy target to an existing project

npx nx g @wisefy/nx-cloudflare-wrangler:pages <app-name>

This will only add a deploy target, the build property in wrangler.toml will point to the build target of the project.

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago