Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 569 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 569 Bytes

Template: worker-typescript

Deploy with Workers

A batteries included template for kick starting a TypeScript Cloudflare worker project.

Setup

To create a my-project directory using this template, run:

$ npx wrangler generate my-project worker-typescript
# or
$ yarn wrangler generate my-project worker-typescript
# or
$ pnpm wrangler generate my-project worker-typescript