CoolBeans
CoolBeans copied to clipboard
CoolBeans is an Inversion of Control (IOC) / Dependency Injection (DI) library for Node.js. CoolBeans is loosely based on ColdSpring for ColdFusion and Spring IOC for Java.
Hi, what do you think about publishing the current version (just for the statistics) :)
Hi, i want to store more complex objects in my bean configuration file. For example: ``` "loggerOptions": { "properties": { "console": { "level": "debug" }, "file": { "filename": "error.log", "level":...
Hi, I want to make a call like below shown? ``` var argv = require('optimist').argv; ``` would it be possible in any way? regards, mrlove