60 packages found
Test suite for base projects.
- api
- app
- application
- base
- base-plugin
- baseplugin
- building-blocks
- create
- framework
- plugin
- plugins
- suite
- test
- tests
- View more
Adds a few options methods to base, like `option`, `enable` and `disable`. See the readme for the full API.
- api
- app
- application
- base
- base-plugin
- baseplugin
- building-blocks
- config
- configuration
- create
- framework
- option
- options
- plugin
- View more
Base plugin that provides a very thin wrapper around <https://github.com/doowb/composer> for adding task methods to your Base application.
- api
- app
- application
- base
- base-plugin
- baseplugin
- build
- building-blocks
- composer
- control
- create
- flow
- framework
- generate
- View more
A simple regex-based router for `dush`, `base`, `minibase` and anything based on them. Works on Browser and Node.js
Plugin for adding a `pkg` method that exposes pkg-store to your base application.
Adds 'smart plugin' support to your base application.
- api
- app
- application
- base
- base-plugin
- baseplugin
- building-blocks
- create
- framework
- plugin
- plugins
- tool
- toolkit
- tools
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 base-methods that adds methods for prompting the user and storing the answers on a project-by-project basis.
- api
- app
- application
- ask
- base
- baseplugin
- building-blocks
- choice
- choices
- cli
- command
- command-line
- console
- create
- View more
Plugin for `dush` and anything based on it. It adds helper `.define` and `.delegate` methods
Plugin for getting and persisting config values with your base-methods application. Adds a 'store' object that exposes all of the methods from the data-store library. Also now supports sub-stores!
Adds support for managing template helpers to your base application.
- api
- app
- application
- async
- base
- base-plugin
- baseplugin
- building-blocks
- create
- engine
- framework
- helper
- helpers
- plugin
- View more
Plugin for adding routes support to your `base` application. Requires templates support to work.
- api
- app
- application
- base
- base-plugin
- baseplugin
- building-blocks
- create
- framework
- middleware
- plugin
- plugins
- router
- routes
- View more
Adds support for named plugins and better error handling, by overriding the default `.use` method
A plugin that removes the emitter methods chaining support for `dush`, `base`, `minibase` or anything based on them
Plugin for `dush` that makes it a Deferred promise and adds `.resolve`, `.reject`, `.than` and `.catch` methods for more better error handling experience
- baseplugin
- deferred
- deferred-promise
- dush
- dushplugin
- error
- error-handling
- handling
- minibaseplugin
- plugins
- promise
- promises
A simple TAP report producer based on event system. A plugin for `dush` event emitter or anything based on it
- anything
- baseplugin
- dush
- dushplugin
- emitter
- event
- event-system
- eventemitter
- minibaseplugin
- plugin
- produce
- producer
- protocol
- simple
- View more
Plugin for adding yarn methods to your Base application.
- api
- app
- application
- base
- base-plugin
- baseplugin
- building-blocks
- create
- framework
- plugin
- plugins
- tool
- toolkit
- tools
Minimalist alternative for Base. Build complex APIs with small units called plugins. Works well with most of the already existing [base][] plugins.
Plugin for base-methods that maps built-in methods to CLI args (also supports methods from a few plugins, like 'base-store', 'base-options' and 'base-data'.
Plugin for [minibase][] and [base][], that adds assertion methods - most of [assert-kindof][] methods and built-ins assert module.