https://github.com/breqdev/sponsors-api
https://github.com/breqdev/sponsors-api
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/breqdev/sponsors-api
- Owner: breqdev
- Created: 2022-01-01T04:45:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-31T21:38:37.000Z (about 4 years ago)
- Last Synced: 2025-02-03T12:53:07.514Z (about 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.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).