Awesome
<h1 align="center">Cloudflare Workers SDK</h1> <p align="center"> <img src="cloudflare-workers-outline.png" alt="workers-logo" width="120px" height="120px"/> <br> Cloudflare Workers let you deploy serverless code instantly across the globe for exceptional performance, reliability, and scale. <br> </p> <p align="center"> <a href="CONTRIBUTING.md">Contribute</a> · <a href="https://github.com/cloudflare/workers-sdk/issues">Submit an Issue</a> · <a href="https://discord.cloudflare.com/">Join Discord</a> <br> <br> </p> <p align="center"> <a href="https://www.npmjs.com/wrangler/"> <img src="https://img.shields.io/npm/v/wrangler.svg?logo=npm&logoColor=fff&label=NPM+package&color=orange" alt="Wrangler on npm" /> </a> <a href="https://discord.cloudflare.com/"> <img src="https://img.shields.io/discord/595317990191398933.svg?logo=discord&logoColor=fff&label=Discord&color=7389d8" alt="Discord conversation" /> </a> <a href="https://twitter.com/CloudflareDev"> <img src="https://img.shields.io/twitter/follow/cloudflaredev" alt="X conversation" /> </a> </p> <hr>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
Package | Description | Links |
---|---|---|
wrangler | A command line tool for building Cloudflare Workers. | Docs |
create-cloudflare (C3) | A CLI for creating and deploying new applications to Cloudflare. | Docs |
miniflare | A simulator for developing and testing Cloudflare Workers, powered by workerd | Docs |
chrome-devtools-patches | Cloudflare's fork of Chrome DevTools for inspecting your local or remote Workers | |
pages-shared | Used internally to power Wrangler and Cloudflare Pages. It contains all the code that is shared between these clients. |
Contributing
We welcome new contributors! Refer to the CONTRIBUTING.md
guide for details.
Community
Join us in the official Cloudflare Discord to meet other developers, ask questions, or learn more in general.