@rolster/invertly
v3.0.1
Published
Invertly is a package that allows you to implement class mapping to identify and inject their dependencies.
Downloads
107
Maintainers
Readme
Rolster Invertly
Invertly is a package that allows you to implement class mapping to identify and inject their dependencies.
Installation
npm i @rolster/invertlyConfiguration
You must install the @rolster/types to define package data types, which are configured by adding them to the files property of the tsconfig.json file.
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true
},
"files": ["node_modules/@rolster/types/index.d.ts"]
}Contributing
- Daniel Andrés Castillo Pedroza :rocket:
