base-cli-process
Normalizers for common argv commands handled by the base-cli plugin. Also pre-processes the given object with base-cli-schema before calling `.process()`
base-task
Base plugin that provides a very thin wrapper around <https://github.com/doowb/composer> for adding task methods to your Base application.
base-cwd
Base plugin that adds a getter/setter for the current working directory.
base-routes
Plugin for adding routes support to your `base` application. Requires templates support to work.
base-option
Adds a few options methods to base, like `option`, `enable` and `disable`. See the readme for the full API.