q-ify
Usage:
npm install q-ify --save
var qify = ;// simple static method wrappingvar qfs = ;// w
qify(methods, object, context)
Returns an object that has all methods available on the original object with selected methods in that return promises.
qify.factory(methods, factory, context)
Returns a factory function that creates qified objects.