* chore: add coverage badges * ci(casbin): fix spelling |
||
|---|---|---|
| .. | ||
| src | ||
| CHANGELOG.md | ||
| README.md | ||
| package.json | ||
| tsconfig.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