Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cometkim/worker-grain-template
A template for kick starting a Cloudflare Workers project with Grain
https://github.com/cometkim/worker-grain-template
cloudflare cloudflare-workers template
Last synced: 4 months ago
JSON representation
A template for kick starting a Cloudflare Workers project with Grain
- Host: GitHub
- URL: https://github.com/cometkim/worker-grain-template
- Owner: cometkim
- Created: 2020-12-25T00:45:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:28:24.000Z (about 1 year ago)
- Last Synced: 2024-05-01T15:35:51.211Z (9 months ago)
- Topics: cloudflare, cloudflare-workers, template
- Language: JavaScript
- Homepage:
- Size: 425 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloudflare workers with Grain
A template for kick starting a Cloudflare worker with [Grain](https://grain-lang.org/)
## Requirements
- Grain >= 0.4.0
## Wrangler
To generate using [wrangler](https://github.com/cloudflare/wrangler)
```
wrangler generate projectname https://github.com/cometkim/worker-grain-template
```