ember-present-ember-concurrency
This is the fist proof of concept ember addon for use with ember-present presentations. It allows you to use these slides in your own Ember presentations:

These slides were extracted with permission from Alex Matchneer's EmberConf 2017 presentation on ember-concurrency (source).
Installation
ember install ember-present-ember-concurrency
Usage
See https://github.com/gavinjoyce/jsconf-us-2018 for example usage (more comprehensive docs will follow)
Contributing
Installation
git clone <repository-url>
cd ember-present-ember-concurrency
npm install
Linting
npm run lint:js
npm run lint:js -- --fix
Running tests
ember test – Runs the test suite on the current Ember version
ember test --server – Runs the test suite in "watch mode"
ember try:each – Runs the test suite against multiple Ember versions
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.