minibase-is-registered
Plugin for [dush][], [minibase][] and [base][], that adds `isRegistered` method to your application to detect if plugin is already registered and returns true or false if named plugin is already registered on the instance
minibase-visit
Plugin for [minibase][] and [base][], that adds `.visit` method to your application to visit a method over the items in an object, or map visit over the objects in an array. Using using [collection-visit][] package.
minibase-better-define
Plugin for [base][] and [minibase][] that overrides the core `.define` method to be more better.
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
dush-better-use
Adds support for named plugins and better error handling, by overriding the default `.use` method