Go to file
Paul Walko d3c68bc333 add lidar 2022-02-23 08:36:33 -05:00
.gitignore init commit 2022-02-22 21:10:32 -05:00
.prettierrc init commit 2022-02-22 21:10:32 -05:00
CODE_OF_CONDUCT.md init commit 2022-02-22 21:10:32 -05:00
LICENSE_APACHE init commit 2022-02-22 21:10:32 -05:00
LICENSE_MIT init commit 2022-02-22 21:10:32 -05:00
README.md init commit 2022-02-22 21:10:32 -05:00
index.js add lidar 2022-02-23 08:36:33 -05:00
package-lock.json init commit 2022-02-22 21:10:32 -05:00
package.json init commit 2022-02-22 21:10:32 -05:00
wrangler.toml init commit 2022-02-22 21:10:32 -05:00

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.