1.0.0 • Published 3 years ago

sky-ioc-assessment v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Sky logo

Sky Inversion of Control Assessment

simpleContainer.ts and simpleContainer.test.ts is a simple IoC Container and associated tests.

main.yml is the workflow that is run when code is pushed to the main/master branch. This workflow pushes the library to the node package manager npmjs.com

Inversify is used as the IoC framework - It is the most popular framework for IoC in JavaScript.

inversifyContainer.ts and inversifyContainer.test.ts is the configuration of the inversify Container and associated tests.

index.ts is the public facing (dummy) API to be used by client applications