/awilix-ts-example

App example about how we can improve our code using awilix

Primary LanguageTypeScriptMIT LicenseMIT

Awilix TS Example

Comparative between using Awilix or pure TS

Table of Contents

Preparing environment to contribute

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

Playground

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

Building

npm run build

Linting

Run the linter

npm run lint

Fix lint issues automatically

npm run lint:fix

Contributing

Contributions welcome! See the Contributing Guide.