https://github.com/royalicing/public-store
https://github.com/royalicing/public-store
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/royalicing/public-store
- Owner: RoyalIcing
- License: apache-2.0
- Created: 2021-08-27T03:52:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-09T03:02:33.000Z (almost 5 years ago)
- Last Synced: 2025-01-18T23:42:57.182Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- 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).