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