Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introduce Hono CLI

Introduce Hono CLI

Hono Conference 2025
Oct 18, 2025

Avatar for Yusuke Wada

Yusuke Wada

October 18, 2025
Tweet

More Decks by Yusuke Wada

Other Decks in Programming

Transcript

  1. We invent many things Supporting mutilplaform RPC with Types Server-side

    JSX HonoX 5 Routers Many Middleware Many Helpers Built with Web Standards
  2. $ hono request \ -P /api/users \ -X POST \

    -d '{"name":"Alice"}' \ src/index.ts
  3. $ hono search $ hono docs $ hono request AI

    can Search docs Read docs Test apps
  4. CLAUDE.md / AGENTS.md etc. Use the `hono` CLI for efficient

    development. View all commands with `hono --help`.