2.2.0 • Published 6 years ago

solfegejs-configuration v2.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 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");
2.2.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago