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 plugin that provides a very thin wrapper around <https://github.com/doowb/composer> for adding task methods to your Base application.
adds a `data` method to base-methods.
Adds a few options methods to base, like `option`, `enable` and `disable`. See the readme for the full API.
Adds 'smart plugin' support to your base application.
Adds support for managing template helpers to your base application.
Plugin for adding routes support to your `base` application. Requires templates support to work.
Adds support for managing template engines to your base application.
Plugin for adding a `pkg` method that exposes pkg-store to your base application.
Normalizers for common argv commands handled by the base-cli plugin. Also pre-processes the given object with base-cli-schema before calling `.process()`
Schema for the base-config plugin, used for normalizing config values before passing them to config.process().
Base plugin that adds a `project` getter to the instance for getting the name of a project. Gets the project name for new (empty) projects, projects with only a .git repository, and/or projects with a package.json.
Orchestrate multiple instances of base at once.
Test suite for base projects.
Starting point for creating a base application, with a couple of light plugins for running tasks and writing to the file system, and a functional CLI.
Plugin for adding yarn methods to your Base application.
Base plugin that adds fragment-cache support to your Base application
A smart wallet sdk for base-plugin