honojs-middleware/packages/medley-router
Jonathan Haines 4f9bb1dd8e
test: move tests to src directory (#1075)
* test(react-renderer): move tests to src directory

* test: move tests to src directory

* test: ensure vitest-pool-workers is installed at the root
2025-03-28 18:50:19 +09:00
..
src test: move tests to src directory (#1075) 2025-03-28 18:50:19 +09:00
CHANGELOG.md Version Packages (#250) 2023-11-12 10:10:58 +09:00
README.md chore: add coverage badges (#1023) 2025-03-19 17:53:11 +09:00
package.json build(medley-router): lint published package (#1051) 2025-03-27 11:21:43 +09:00
tsconfig.json build(medley-router): lint published package (#1051) 2025-03-27 11:21:43 +09:00
vitest.config.ts test(workspace): upgrade to vitest v3 (#1009) 2025-03-12 12:52:15 +09:00

README.md

Router using @medley/router

codecov

Just a PoC.

Usage

import { Hono } from 'hono'
import { MedleyRouter } from '@hono/medley-router'

const app = new Hono({ router: new MedleyRouter() })

app.get('/', (c) => c.text('Hello'))

Authors

Yusuke Wada https://github.com/yusukebe

License

MIT