node-injectjs
v2.0.1
Published
A NodeJS Dependency Management Framework
Downloads
5
Readme
InjectJS
Asynchronous dependency management framework
How to use:
Initial steps
- On your project folder run:
npm i node-injectjs -g
in order to install the client. - Then run:
injectjs init
in order to bootstrap the application.
Implementation
Coming soon..