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