@@ -5,3 +5,6 @@ Nevertheless, starting a new application generally begins by adding some classic
For this addon, we choose to embed directly some of them to simplify the whole setup:
*[ember-cli-mirage](https://www.ember-cli-mirage.com/): this testing framework allows you to set up functional prototype of your app that runs entirely in the client - before writing a single line of your API. That is exactly what we need here!
*[ember-concurrency](http://ember-concurrency.com): Ember (and especially Ember Data) works with promises. Dealing with them is greatly simplified by using this addon.
*[ember-truth-helpers](https://github.com/jmurphyau/ember-truth-helpers): provides HTMLBars template helpers for additional truth logic in `if` and `unless` statements.
*[ember-composable-helpers](https://github.com/DockYard/ember-composable-helpers): provides helpers that enables more declarative templating and that allows incredible things to be done nicely in templates.