You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+39-1Lines changed: 39 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Hono CLI
2
2
3
-
Hono CLI for Human and AI
3
+
CLI for Human and AI with Hono
4
4
5
5
## Installation
6
6
@@ -233,6 +233,44 @@ hono serve \
233
233
234
234
## Tips
235
235
236
+
### Using Hono CLI with AI Code Agents
237
+
238
+
When working with AI code agents like Claude Code, you can configure them to use the `hono` CLI for efficient documentation access and testing. Add the following to your project's `CLAUDE.md` or similar configuration:
239
+
240
+
````markdown
241
+
## Hono Development
242
+
243
+
Use the `hono` CLI for efficient development. View all commands with `hono --help`.
0 commit comments