ember-cli-deprecation-workflow-plusdeprecated

Provides a much needed workflow to managing deprecations. This is a fork of the existing ember-cli-deprecation-workflow addon

Usage no npm install needed!

<script type="module">
  import emberCliDeprecationWorkflowPlus from 'https://cdn.skypack.dev/ember-cli-deprecation-workflow-plus';
</script>

README

ember-cli-deprecation-workflow-plus

NOTE This is a forked version of ember-cli-deprecation-workflow with additional functionality.

Please review the original addon's README for installation and usage instructions.

This package adds the ability to customize the config directory used.

Customization

In your app's ember-cli-build, add an entry under options for this addon:

const options = {
  'ember-cli-deprecation-workflow-plus': {
    configDir: '/my-config'
  }
}