https://github.com/nas5w/cf-stackbot
https://github.com/nas5w/cf-stackbot
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nas5w/cf-stackbot
- Owner: nas5w
- License: apache-2.0
- Created: 2022-04-10T16:56:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-10T19:17:40.000Z (over 3 years ago)
- Last Synced: 2025-03-10T18:09:12.584Z (7 months ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 👷 `worker-template` Hello World
A template for kick starting a Cloudflare worker project.
[`index.js`](https://github.com/cloudflare/worker-template/blob/master/index.js) is the content of the Workers script.
#### Wrangler
To generate using [wrangler](https://github.com/cloudflare/wrangler)
```
wrangler generate projectname https://github.com/cloudflare/worker-template
```Further documentation for Wrangler can be found [here](https://developers.cloudflare.com/workers/tooling/wrangler).