Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 691 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 691 Bytes

Template: worker-typescript

Deploy to Cloudflare Workers

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

Setup

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

$ npm init cloudflare my-project worker-typescript
# or
$ yarn create cloudflare my-project worker-typescript
# or
$ pnpm create cloudflare my-project worker-typescript

Note: Each command invokes create-cloudflare for project creation.