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
+127-1Lines changed: 127 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,17 @@
4
4
5
5
A TypeScript-based decorator-driven routing solution for Hono.js, inspired by `routing-controllers`, featuring dependency injection and middleware support.
6
6
7
+
> **Warning**
8
+
> ⚠️ This project is currently under active development and **not production-ready**.
9
+
> Expect breaking changes and missing features. Use at your own risk!
10
+
11
+
---
12
+
13
+
## 🚨 Important Notice
14
+
15
+
**This is experimental software** - not recommended for production use.
16
+
Current status: **Proof of Concept** stage. Core functionality is being validated.
0 commit comments