Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```