You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.gitignore | 1 year ago | |
.prettierrc | 1 year ago | |
CODE_OF_CONDUCT.md | 1 year ago | |
LICENSE_APACHE | 1 year ago | |
LICENSE_MIT | 1 year ago | |
README.md | 1 year ago | |
index.js | 1 year ago | |
package-lock.json | 1 year ago | |
package.json | 1 year ago | |
wrangler.toml | 1 year ago |
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.