A simplistic and lightweight dependency injection library for typescript. http://dilight.surge.sh/
npm install dilight.js
- clone this repo and checkout out a new branch.
- implementation and write test. make sure all tests by
npm test
are passed. - write doc. preview doc by
npm start
. - git commit by following conventional commits and make a pr.