Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
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-helpers
Adds support for managing template helpers to your base application.
base-option
Adds a few options methods to base, like `option`, `enable` and `disable`. See the readme for the full API.
base-data
adds a `data` method to base-methods.
base-engines
Adds support for managing template engines to your base application.
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-routes
Plugin for adding routes support to your `base` application. Requires templates support to work.
base-plugins
Adds 'smart plugin' support to your base application.
base-config-schema
Schema for the base-config plugin, used for normalizing config values before passing them to config.process().
base-pkg
Plugin for adding a `pkg` method that exposes pkg-store to your base application.
base-project
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-runner
Orchestrate multiple instances of base at once.
base-test-suite
Test suite for base projects.
base-app
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-fragment-cache
Base plugin that adds fragment-cache support to your Base application
base-yarn
Plugin for adding yarn methods to your Base application.
@wallet-sdk-demo/base-plugin
A smart wallet sdk for base-plugin