Skip to content
This repository was archived by the owner on Aug 25, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 503 Bytes

File metadata and controls

15 lines (9 loc) · 503 Bytes

👷 worker-template Hello World

A template for kick starting a Cloudflare worker project.

index.js is the content of the Workers script.

Wrangler

To generate using wrangler

wrangler generate projectname https://github.com/cloudflare/worker-template

Further documentation for Wrangler can be found here.