ember-cli / ember-load-initializers

MIT License
14 stars 37 forks source link

Ember-load-initializers Build Status

A tiny add-on to autoload your initializer and instance initializer files in ember-cli. This add-on iterates over files inside app/initializers and app/instance-initializers and invokes the app.initializer and app.instanceInitializer methods respectively, by passing on the resolved name of the files.

Installation

ember install ember-load-initializers

Contributing

Installation

Linting

Running tests

Running the dummy application

For more information on using ember-cli, visit https://ember-cli.com/.

License

This project is licensed under the MIT License.