* refactor: composite build * chore(ua-blocker): move demo.ts out of src |
||
---|---|---|
.. | ||
src | ||
CHANGELOG.md | ||
README.md | ||
package.json | ||
tsconfig.build.json | ||
tsconfig.json | ||
tsconfig.spec.json | ||
vitest.config.ts |
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