honojs-middleware/packages/medley-router
Jonathan Haines 17df8a47c8 feat(eslint-config): enable linting with type information (#1098) 2025-04-09 09:28:14 -04:00
..
src build: typescript project references (#1077) 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: typescript project references (#1077) 2025-04-09 09:28:14 -04:00
tsconfig.build.json build: typescript project references (#1077) 2025-04-09 09:28:14 -04:00
tsconfig.json build: typescript project references (#1077) 2025-04-09 09:28:14 -04:00
tsconfig.spec.json feat(eslint-config): enable linting with type information (#1098) 2025-04-09 09:28:14 -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