broccoli-config-loader

v1.0.1
Write your project's environments' configs out to JSON files.
broccoli-plugin config ember-cli javascript js

broccoli-config-loader Build Status

This plugin writes the environment files for an ember-cli Project.

new ConfigLoader('./config', {
  // annotate the output. See broccoli-plugin
  annotations: true,
  // write environments/development.json
  env: 'development',
  // if true, also write environments/test.json
  tests: true,
  // an ember-cli project
  project: new Project(...)
});

Running tests

npm test.

npm i broccoli-config-loader

Metadata

  • MIT
  • Whatever
  • yaymukund
  • released 6/30/2017

Downloads