https://github.com/jeasonstudio/binpack
Edge unpkg with esm cdn.
https://github.com/jeasonstudio/binpack
Last synced: 8 months ago
JSON representation
Edge unpkg with esm cdn.
- Host: GitHub
- URL: https://github.com/jeasonstudio/binpack
- Owner: jeasonstudio
- License: mit
- Created: 2020-10-14T05:35:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-16T07:37:08.000Z (almost 5 years ago)
- Last Synced: 2024-12-29T03:49:08.766Z (9 months ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- 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).