@rolster/invertly
v1.1.1
Published
Invertly is a package that allows you to implement class mapping to identify and inject their dependencies.
Downloads
32
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/invertly
Configuration
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: