dush-methods
Plugin for `dush` and anything based on it. It adds helper `.define` and `.delegate` methods
Found 60 results for baseplugin
Plugin for `dush` and anything based on it. It adds helper `.define` and `.delegate` methods
A simple regex-based router for `dush`, `base`, `minibase` and anything based on them. Works on Browser and Node.js
Adds support for named plugins and better error handling, by overriding the default `.use` method
Error handling and extras for `.use` and `.run` methods of your Base apps. Modifies `.use` method to be able to 1) accept array of functions, 2) options object as second argument. Emits `error` event if some plugin fails.
Add support for registering a glob of generators to your base app.
Plugin for processing files from a declarative configuration.
A plugin that removes the emitter methods chaining support for `dush`, `base`, `minibase` or anything based on them
Plugin for adding Templates support to base applications.
Plugin that adds `.taskAlias` method to your @node-base application. Creating alias task for some task.
Plugin for `dush` that makes it a Deferred promise and adds `.resolve`, `.reject`, `.than` and `.catch` methods for more better error handling experience
Plugin that adds support for generating project files from a declarative boilerplate configuration.
Plugin for [minibase][] that adds useful initial properties for test results
Plugin for debugging your base application.
Plugin that adds support for defining declarative `target` configurations that directly map to functional tasks.
Plugin for adding yarn methods to your Base application.
Plugin for [minibase][] and [base][] that adds control flow methods `.serial` and `.parallel` to your application, based on the power of [each-promise][] lib for dealing with async flow.
Adds `.option`, `.enable` and `.disable` methods to your `dush` application
A simple TAP report producer based on event system. A plugin for `dush` event emitter or anything based on it
Plugin for [minibase][] and [base][], that adds assertion methods - most of [assert-kindof][] methods and built-ins assert module.