You can install from npm
$ npm i hono
or
$ yarn add hono
What's Changed
- Logger middleware by @metrue in https://github.com/yusukebe/hono/pull/17
- In test, use edge-mock instead of node-fetch by @yusukebe in https://github.com/yusukebe/hono/pull/18
- Use test directory by @yusukebe in https://github.com/yusukebe/hono/pull/19
- Migrate to TypeScript by @yusukebe in https://github.com/yusukebe/hono/pull/21
Full Changelog: yusukebe/hono@v0.0.10...v0.0.11