mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
| .. | ||
| src | ||
| .gitignore | ||
| .prettierrc | ||
| CODE_OF_CONDUCT.md | ||
| LICENSE_APACHE | ||
| LICENSE_MIT | ||
| package.json | ||
| README.md | ||
👷 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.