conf
Simple config handling for your app or module
base-config-process
Commonly used config mappings for the base-config plugin. Also pre-processes the given object with base-config-schema before calling `.process()`
base-config-schema
Schema for the base-config plugin, used for normalizing config values before passing them to config.process().
base-config
base-methods plugin that adds a `config` method for mapping declarative configuration values to other 'base' methods or custom functions.
data-store
Easily persist and load config data. No dependencies.