@e22m4u/ts-rest-router
v0.0.6
Published
Controllers-based REST router implementation for TypeScript
Downloads
252
Maintainers
Readme
@e22m4u/ts-rest-router
English | Русский
Controllers-based REST router implementation for TypeScript.
Installation
npm install @e22m4u/ts-rest-router
Decorators support
To enable decorators support add the following
options to your tsconfig.json
file.
{
"emitDecoratorMetadata": true,
"experimentalDecorators": true
}
Debugging
Set the DEBUG
variable to enable log output.
DEBUG=tsRestRouter* npm run test
Tests
npm run test
License
MIT