CoolBeans icon indicating copy to clipboard operation
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.

Results 3 CoolBeans issues
Sort by recently updated
recently updated
newest added

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