3.0.7 • Published 5 years ago

@solfege/configuration v3.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

solfegejs-configuration

Configuration manager for SolfegeJS

Installation

The bundle is included by default in SolfegeJS. You don't need to install it.

See SolfegeJS

Usage

The bundle provides a YAML loader for configuration files.

import solfege from "solfegejs";
import MyBundle from "./MyBundle";

// Create application
let application = solfege.factory();
application.addBundle(new MyBundle);

// Load configuration
application.setConfigurationFile(`${__dirname}/config/production.yml`, "yaml");
3.0.7

5 years ago

3.0.6

5 years ago

3.0.5

5 years ago

3.0.4

5 years ago

3.0.2

5 years ago

3.0.1

6 years ago

3.0.0

7 years ago