A template for kickstarting a Cloudflare worker project.
index.js
is the content of the Workers script.
To generate using wrangler
wrangler generate projectname https://github.com/StriveMedia/worker-template
Further documentation for Wrangler can be found here.
Documentation on cf-worker-utils can be found here.