Skip to content
@base

Base

Framework for rapidly creating high quality node.js applications using plugins like building blocks.

Popular repositories

  1. base base Public

    Base is the foundation for creating modular, unit testable and highly pluggable, server-side node.js applications.

    JavaScript 92 25

  2. base-npm base-npm Public

    Base plugin that adds methods for programmatically running npm commands.

    JavaScript 16

  3. base-plugins base-plugins Public

    Add "smart plugin" support to your base application. Adds a `.run` method, allowing plugins to be called on a given object, at any time.

    JavaScript 13 1

  4. base-store base-store Public

    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

    JavaScript 13

  5. base-data base-data Public

    adds a `data` method to base-methods. 100% unit test coverage and browserify-friendly lazy-caching.

    JavaScript 11 1

  6. base-cli base-cli Public

    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'.

    JavaScript 10 2

Repositories

Showing 10 of 68 repositories
  • is-valid-instance Public

    Returns true if a plugin is being registered on a valid instance of Base.

    JavaScript 3 MIT 1 0 1 Updated Mar 14, 2023
  • base-questions Public

    Plugin for base-methods that adds methods for prompting the user and storing the answers on a project-by-project basis.

    JavaScript 8 MIT 0 0 11 Updated Jan 12, 2023
  • base Public

    Base is the foundation for creating modular, unit testable and highly pluggable, server-side node.js applications.

    JavaScript 92 MIT 25 10 4 Updated Oct 28, 2022
  • .github Public

    Default community health files for Base.

    0 0 0 0 Updated Apr 8, 2021
  • base-test-suite Public

    Test suite for base projects.

    JavaScript 4 MIT 0 0 2 Updated Sep 4, 2020
  • base-test-runner Public

    Simple test runner for base projects. Use with the base-test-suite.

    JavaScript 4 MIT 0 0 1 Updated Sep 4, 2020
  • base-cli-process Public

    Normalizers for common command line options/flags handled by the base-cli plugin. Also pre-processes the given object with base-cli-schema before calling `.process()`

    JavaScript 3 2 1 1 Updated Apr 1, 2020
  • JavaScript 2 MIT 0 1 1 Updated Apr 1, 2020
  • base-data Public

    adds a `data` method to base-methods. 100% unit test coverage and browserify-friendly lazy-caching.

    JavaScript 11 MIT 1 1 1 Updated Apr 1, 2020
  • base-config-schema Public

    Schema for the base-config plugin, used for normalizing config values before passing them to config.process().

    JavaScript 4 MIT 0 0 1 Updated Apr 1, 2020

Top languages

Loading…

Most used topics

Loading…