exec-cmd
Flexible and cross-platform executing commands. Hybrid, Async and Promise API.
handle-errors
Handling/creating hybrid errors. Hybrid middleware between callbacks and throws. Helpful util for modules that have hybrid APIs and want when they use promises, directly to throw the errors; when use callbacks to pass errors to first argument of this call
polygoat
Make JavaScript functions that support both promise and callback styles.
handle-callback
Make promise to have support for callback api, it returns promise in that same time.
hybridify-all
Hybridifies all the selected functions in an object.