0
Published Tools
0
Total Stars
0
Weekly Downloads
3
GitHub Followers
0
Public Repos
Published Tools
26 Skillsacross 2 categoriesbase-argv
jonschlinkert
Plugin that post-processes the object returned from [yargs-parser] so that values can be passed over to base-cli
base-cli-process
jonschlinkert
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-cli
jonschlinkert
Plugin for base-methods that maps built-in methods to CLI args (also supports methods from a few plugins, like 'base-store', 'base-options' and 'base-data'.
base-compose
jonschlinkert
Selectively merge values from one or more generators onto the current application instance.
base-config-schema
jonschlinkert
Schema for the base-config plugin, used for normalizing config values before passing them to config.process().
base-config
jonschlinkert
base-methods plugin that adds a `config` method for mapping declarative configuration values to other 'base' methods or custom functions.
base-cwd
jonschlinkert
Base plugin that adds a getter/setter for the current working directory.
base-data
jonschlinkert
adds a `data` method to base-methods.
base-engines
jonschlinkert
Adds support for managing template engines to your base application.
base-fs-conflicts
jonschlinkert
Detect potential file system conflicts and if necessary prompt the user before overwriting files.
base-fs-rename
jonschlinkert
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)
base-generators
doowb
Adds project-generator support to your `base` application.
base-helpers
jonschlinkert
Adds support for managing template helpers to your base application.
base-npm-prompt
jonschlinkert
Extends the base-npm plugin with prompts for intalling dependencies as a part of a build-workflow.
base-option
jonschlinkert
Adds a few options methods to base, like `option`, `enable` and `disable`. See the readme for the full API.
base-pipeline
jonschlinkert
base-methods plugin that adds pipeline and plugin methods for dynamically composing streaming plugin pipelines.
base-pkg
jonschlinkert
Plugin for adding a `pkg` method that exposes pkg-store to your base application.
base-plugins
jonschlinkert
Adds 'smart plugin' support to your base application.
base-questions
jonschlinkert
Plugin for base-methods that adds methods for prompting the user and storing the answers on a project-by-project basis.
base-routes
jonschlinkert
Plugin for adding routes support to your `base` application. Requires templates support to work.
base-runner
jonschlinkert
Orchestrate multiple instances of base at once.
base-runtimes
jonschlinkert
Plugin for adding composer-runtimes to base applications, complementing the base-tasks and base-generators plugins.
base-search
doowb
Base plugin that adds methods for creating, updating and using search indices.
base-store
jonschlinkert
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!
base
jonschlinkert
Framework for rapidly creating high quality, server-side node.js applications, using plugins like building blocks
is-valid-app
jonschlinkert
Wrapper around is-valid-instance and is-registered for validating `base` plugins. Returns true if `app` is a valid instance of base and a plugin is not registered yet.