Skip to content

Commit 242bead

Browse files
committed
add README with project overview, features, and installation instructions
1 parent a34cfff commit 242bead

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Hono Routing Controllers
2+
3+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
4+
5+
A TypeScript-based decorator-driven routing solution for Hono.js, inspired by `routing-controllers`, featuring dependency injection and middleware support.
6+
7+
## Features
8+
9+
- 🎯 Decorator-based route definitions (`@Controller`, `@Get`, `@Post`, etc.)
10+
- 💉 Custom dependency injection container
11+
- 🛡️ Middleware support
12+
- 📜 TypeScript-first approach
13+
- 🔌 External Hono instance integration
14+
15+
## Installation
16+
17+
```bash
18+
npm install hono-routing-controllers

0 commit comments

Comments
 (0)