This plugin writes the environment files for an ember-cli Project.
'./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: ...;
Running tests
npm test
.