Open taciomedeiros opened 5 years ago
Is your feature request related to a problem? Please describe. Today to start a new attiv project we use a few interfaces that had to be imported direct from dependencies. This couldn't be interesting if we can create a decoupled framework.
Ex:. const { asClass, asValue } = require('awilix');
Describe the solution you'd like
Create and export in attiv interfaces and functions that implements the requirements from awillix and express
Describe alternatives you've considered None
good one!
Is your feature request related to a problem? Please describe. Today to start a new attiv project we use a few interfaces that had to be imported direct from dependencies. This couldn't be interesting if we can create a decoupled framework.
Ex:. const { asClass, asValue } = require('awilix');
Describe the solution you'd like
Create and export in attiv interfaces and functions that implements the requirements from awillix and express
Describe alternatives you've considered None