vitta-health / attiv

Fast framework for software development using node
9 stars 5 forks source link

Multiple interfaces outside attiv scope are needed to create a project #30

Open taciomedeiros opened 5 years ago

taciomedeiros commented 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

beeblebrox3 commented 5 years ago

good one!