* changeset * chore: migrate to `yarn v4` * remove changeset * fixed Github Actions for `hello` * fix gitignore * add dependencies * add ci for oauth-providers * add dependencies * add `publint` * update msw |
||
---|---|---|
.. | ||
src | ||
CHANGELOG.md | ||
README.md | ||
jest.config.js | ||
package.json | ||
tsconfig.json |
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