wrangler

v0.0.0-59cf294
Command-line interface for all things Cloudflare Workers
wrangler cloudflare workers cloudflare workers edge compute serverless serverless application serverless module and 12 more...

dev

npm run clean && concurrently -c black,blue 'npm run bundle -- --watch' 'npm run check:type -- --watch --preserveWatchOutput'

test

jest --silent=false --verbose=true

build

npm run clean && npm run bundle && npm run emit-types

clean

rm -rf wrangler-dist miniflare-dist emitted-types

start

npm run bundle && NODE_OPTIONS=--enable-source-maps ./bin/wrangler.js

bundle

node -r esbuild-register scripts/bundle.ts

check:type

tsc

emit-types

tsc -p tsconfig.emit.json && node -r esbuild-register scripts/emit-types.ts

test-watch

npm run test -- --runInBand --testTimeout=50000 --watch

prepublishOnly

SOURCEMAPS=false npm run build

Metadata

Downloads