@api-typed/core
v0.0.4
Published
Opinionated TypeScript framework built on the shoulders of giants.
Downloads
2
Maintainers
Readme
🥣 Api-Typed Framework
🔥 Early Alpha / PoC - try at your own risk
Opinionated TypeScript framework built on the shoulders of giants.
Api-Typed combines several popular librariers into one framework removing the overhead of setting up a new project and wiring things up together:
- TypeDI for a friendly dependency injection container
- TypeORM for convenient working with databases
- Routing Controllers with express for declarative HTTP endpoints definition
- Commander for building CLI programs
- winston for logging
Api-Typed ties these powerful tools together and exposes a convenient pluggable modules design with easy configuration.
Documentation
TBD.