base-generators
Adds project-generator support to your `base` application.
Adds project-generator support to your `base` application.
base-methods plugin that adds pipeline and plugin methods for dynamically composing streaming plugin pipelines.
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.
Base plugin that adds methods for programmatically running npm commands.
Extends the base-npm plugin with prompts for intalling dependencies as a part of a build-workflow.
Detect potential file system conflicts and if necessary prompt the user before overwriting files.
Plugin for 'base' applications that adds a `rename` method that, when called, can be passed to `app.dest()` as the rename function (this is an instance plugin, not pipeline plugin)
Orchestrate multiple instances of base at once.
Test suite for base projects.
base-methods plugin that adds vinyl-fs methods to your 'base' application for working with the file system, like src, dest, copy and symlink.
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.
Base plugin that adds support for generating files from a declarative scaffold configuration.
Plugin that adds support for defining declarative `target` configurations that directly map to functional tasks.
Error handling and extras for `.use` and `.run` methods of your Base apps. Modifies `.use` method to be able to 1) accept array of functions, 2) options object as second argument. Emits `error` event if some plugin fails.
Plugin for adding yarn methods to your Base application.
Plugin that adds support for generating project files from a declarative boilerplate configuration.
Plugin for adding Templates support to base applications.
Plugin that adds `.taskAlias` method to your @node-base application. Creating alias task for some task.
Add support for registering a glob of generators to your base app.