base-argv
Plugin that post-processes the object returned from [yargs-parser] so that values can be passed over to base-cli
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-task
Base plugin that provides a very thin wrapper around <https://github.com/doowb/composer> for adding task methods to your Base application.
base-store
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!