Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.09 KB

DEPENDENCIES.md

File metadata and controls

38 lines (29 loc) · 1.09 KB

Dependencies

# Effortlessly import autocomplete.js and faker
# https://github.com/ef4/ember-auto-import
ember install ember-auto-import

# For documenting this addon; using es-doc
# Docs: https://ember-learn.github.io/ember-cli-addon-docs
# https://github.com/ember-learn/ember-cli-addon-docs
ember install ember-cli-addon-docs

# Runs coverage report when `COVERAGE=true`
# https://github.com/kategengler/ember-cli-code-coverage
ember install ember-cli-code-coverage@^1.0.0-beta.8

ember install ember-concurrency

# To support Ember-2.x
# https://github.com/pzuraq/ember-decorators-polyfill
ember install ember-decorators-polyfill

# Keep urls relative to your application root
# https://github.com/ef4/ember-root-url
ember install ember-root-url

# Simple authentication for Ember
# https://github.com/simplabs/ember-simple-auth
ember install ember-simple-auth

# Authentication with Okta
# https://github.com/okta/okta-auth-js
yarn add @okta/okta-auth-js

# Allows CircleCI to push code coverage information
# https://github.com/codeclimate/test-reporter
yarn add -D codeclimate-test-reporter