honojs-middleware/packages/medley-router
Yusuke Wada 139504a145
fix(medley-router): support new path matching (#249)
* fix(medley-router): support new path matching

* add changeset
2023-11-12 10:08:45 +09:00
..
src fix(medley-router): support new path matching (#249) 2023-11-12 10:08:45 +09:00
CHANGELOG.md Version Packages (#97) 2023-06-26 16:36:24 +09:00
README.md feat: add "medley-router" (#82) 2023-04-21 23:43:30 +09:00
jest.config.js feat: add "medley-router" (#82) 2023-04-21 23:43:30 +09:00
package.json fix(medley-router): support new path matching (#249) 2023-11-12 10:08:45 +09:00
tsconfig.json feat: add "medley-router" (#82) 2023-04-21 23:43:30 +09:00

README.md

Router using @medley/router

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