routing-controllers
https://github.com/typestack/routing-controllers
TypeScript
Create structured, declarative and beautifully organized class-based controllers with heavy decorators usage in Express / Koa using TypeScript and Routing Controllers Framework.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
TypeScript not yet supported1 Subscribers
Add a CodeTriage badge to routing-controllers
Help out
- Issues
- question: Routes with path parameters continue middleware chain (but those without, don't)?
- feature: Allow to use `app.use(createExpressRouter())` instead of `useExpressServer(app)`
- Can we create multiple paths for the same controller function?
- fix: import statements should not affect the route matching order
- fix: Global middlewares are not used if route prefix doesn't start with a slash ("/")
- Annotate return type of `createExpressServer` with more narrow type
- fix: TypeDI do not inject service
- fix: jsdoc for Put http method, it mentions POST http method
- feature: <how make sub folder controllers> how make sub folder controllers
- fix: <Injected Response object is undefined>
- Docs
- TypeScript not yet supported