base-cwd
Base plugin that adds a getter/setter for the current working directory.
base-option
Adds a few options methods to base, like `option`, `enable` and `disable`. See the readme for the full API.
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-questions
Plugin for base-methods that adds methods for prompting the user and storing the answers on a project-by-project basis.
base-helpers
Adds support for managing template helpers to your base application.