@k11r/nx-cloudflare-wrangler
TypeScript icon, indicating that this package has built-in type declarations

3.0.0-feat-sst-upgrade.1 • Public • Published

nx-cloudflare-wrangler

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

Workers

Generate a new worker project

npx nx g @k11r/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 @k11r/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.

/@k11r/nx-cloudflare-wrangler/

    Package Sidebar

    Install

    npm i @k11r/nx-cloudflare-wrangler

    Weekly Downloads

    431

    Version

    3.0.0-feat-sst-upgrade.1

    License

    MIT

    Unpacked Size

    31.2 kB

    Total Files

    52

    Last publish

    Collaborators

    • klaascuvelier