erine
A powerful discord.js-based command framework to create Discord bots with ease.
hybridify
Hybridify. Hybrids. Create sync or async function to support both promise and callback-style APIs in same time. Using the power of [relike][].
to-callback
Converts result-first callbacks to classic (node.js-style) error-first callbacks with 3 lines of code. Useful when you want to promisify result-first APIs (like emitter.on). Inspired by [rfpify][] and probably used in it.
is-hybrid
Check whether an object looks like Hybrid which is promises-a+ promise and callback api