Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/winstxnhdw/cloudflare-worker-boilerplate
A boilerplate for Cloudflare Workers.
https://github.com/winstxnhdw/cloudflare-worker-boilerplate
bun cloudflare-workers
Last synced: 2 months ago
JSON representation
A boilerplate for Cloudflare Workers.
- Host: GitHub
- URL: https://github.com/winstxnhdw/cloudflare-worker-boilerplate
- Owner: winstxnhdw
- Created: 2023-04-20T11:33:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-19T04:29:50.000Z (2 months ago)
- Last Synced: 2024-10-21T01:34:34.034Z (2 months ago)
- Topics: bun, cloudflare-workers
- Language: TypeScript
- Homepage:
- Size: 721 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cloudflare-worker-boilerplate
A batteries-included [Hono](https://hono.dev/) boilerplate for [Cloudflare Workers](https://workers.cloudflare.com/) with [OpenAPI Swagger UI](https://swagger.io/specification/).
## Development
Install all dependencies.
```bash
bun install
```## Testing
Run your tests with hot reloading.
```bash
bun run test
```Run your tests without hot reloading. For testing in a CI pipeline.
```bash
bun test
```