Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 362 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 362 Bytes

Hono Starter Templates

You can start to build a Hono application with create hono command:

# npm
npm create hono@latest

# yarn
yarn create hono

# pnpm
pnpm create hono@latest

# bun
bun create hono@latest

# deno
deno run -A npm:create-hono@latest

Author

Yusuke Wada https://github.com/yusukebe

and Hono contributors

License

MIT