dush
There are 6 repositories under dush topic.
tunnckoCoreLabs/dush
:clap: Microscopic & functional event emitter in ~350 bytes, extensible through plugins.
node-minibase/minibase-is-registered
Plugin for MiniBase and Base, that adds isRegistered method to your application to detect if plugin is already registered and returns true if the given value is a base instance and a named plugin is already registered on the instance.
node-minibase/minibase-create-plugin
Utility helper for creating `dush` / `minibase` plugins more easily. Plugins created with this may partially work for `base` too
tunnckoCore/dush-better-use
Adds support for named plugins and better error handling, by overriding the default `.use` method
tunnckoCore/dush-options
Adds `.option`, `.enable` and `.disable` methods to your dush, Base or MiniBase application.
tunnckoCore/dush-promise
Plugin for `dush` that makes it a Deferred promise and adds `.resolve`, `.reject`, `.than` and `.catch` methods for more better error handling experience