Command Palette

Search for a command to run...

Home / Cloud & Infrastructure

Cloudflare Wrangler

OfficialUpdated today

by Cloudflare

Cloudflare Workers SDK

workers-logo
Cloudflare Workers let you deploy serverless code instantly across the globe for exceptional performance, reliability, and scale.

Contribute · Submit an Issue · Join Discord

Wrangler on npm   Discord conversation   X conversation


Quick Start

To get started quickly with a new project, run the command below:

npm create cloudflare@latest
# or
pnpm create cloudflare@latest
# or
yarn create cloudflare@latest

For more info, visit our Getting Started guide.

Documentation

Visit the official Workers documentation here.

Directory

PackageDescriptionLinks
wranglerA command line tool for building Cloudflare Workers.Docs
create-cloudflare (C3)A CLI for creating and deploying new applications to Cloudflare.Docs
miniflareA simulator for developing and testing Cloudflare Workers, powered by workerdDocs
chrome-devtools-patchesCloudflare's fork of Chrome DevTools for inspecting your local or remote Workers
pages-sharedUsed internally to power Wrangler and Cloudflare Pages.