Search results
10 packages found
Utility helper for creating [dush][]/[minibase][] or [base][] named or anonymous plugins more easily
Minimalist alternative for Base. Build complex APIs with small units called plugins. Works well with most of the already existing [base][] plugins.
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
- base
- baseplugin
- check
- define
- instance
- is
- is-register
- isregistered
- minibase
- minibaseplugin
- plugin
- register
- registered
- validate
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.
Plugin for [base][] and [minibase][] that overrides the core `.define` method to be more better.
Tests for applications built on [minibase][] or [base][]. All Base apps passes these tests.
Plugin for [minibase][] that adds useful initial properties for test results
- baseplugin
- defaults
- init
- initial
- minibase
- minibaseplugin
- options
- plugin
- result
- results
- serial
- series
- settle
- test
- View more
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.
- base
- baseplugin
- callback
- cb
- concurrency
- control
- controlflow
- ctrl
- each
- flow
- flowcontrol
- mini
- minibase
- minibaseplugin
- View more
Plugin for [minibase][] and [base][], that adds assertion methods - most of [assert-kindof][] methods and built-ins assert module.
Adds `.option`, `.enable` and `.disable` methods to your `dush` application