hono
Installation
SKILL.md
Hono
Overview
Use the hono CLI to find documentation quickly and test handlers without starting a server.
Workflow
- Search documentation:
hono search <query> - Read relevant docs:
hono docs [path] - Test implementation:
hono request [file]
Core Commands
hono --help- List available commandshono docs [path]- Browse Hono documentationhono search <query>- Search documentationhono request [file]- Test app requests without starting a server