honojs-middleware/packages/medley-router
Jonathan Haines 5b1e8ae2e5 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-04-09 09:28:14 -04:00
..
src test: move tests to src directory (#1075) 2025-04-09 09:28:14 -04:00
CHANGELOG.md Version Packages (#250) 2023-11-12 10:10:58 +09:00
README.md chore: add coverage badges (#1023) 2025-04-09 09:26:26 -04:00
package.json build(medley-router): lint published package (#1051) 2025-04-09 09:26:26 -04:00
tsconfig.json build(medley-router): lint published package (#1051) 2025-04-09 09:26:26 -04: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