chainy icon indicating copy to clipboard operation
chainy copied to clipboard

The chainy core + autoloader plugin

Results 7 chainy issues
Sort by recently updated
recently updated
newest added

Howdy, I've been trying to do a type check in my data before it runs through a chainy.each() but the way it is now it keeps thinking the data in...

Considering we can now do `module.exports.extension = {}`, it would be nice if we could require standard npm modules too. I'm thinking this could be a plugin that is added...

Let's take the set action: ``` javascript require('chainy').require('log') .addExtension('set', 'action', function(value, newValue){ return newValue }) .create() .set('blah') .log() // blah ``` It needs to accept that `value` argument, as there...

One of the big reasons for why Chainy is awesome, it that it makes combining things easy. It would be cool to do something like: ``` chainy action gitremotes |...

Use this issue to provide general feedback for Chainy.

Could use docco