electrolyte
                                
                                
                                
                                    electrolyte copied to clipboard
                            
                            
                            
                        add singleton as source helper
Hello,
Following remarks in https://github.com/jaredhanson/electrolyte/issues/35, https://github.com/jaredhanson/electrolyte/pull/27 and https://github.com/jaredhanson/electrolyte/issues/35 i was not finding a good way to inject singletons manually.
I'd like to have this design
IoC.use(IoC.singleton('settings', {foo : 'bar'}));
Hope it will help someone