Comparative between using Awilix or pure TS
This library has been designed to work with node v16 and npm 8. In order to configure your local environment you can run:
nvm install 16.0.0
nvm use
npm install npm@8.3.0 -g
npm install
This library offers a playground where we can play with the functions that we are developing
npm run without:awilix
npm run with:awilix
In case you wan
npm run build
Run the linter
npm run lint
Fix lint issues automatically
npm run lint:fix
Contributions welcome! See the Contributing Guide.