Skip to content

This is an addon to help keep track of what other packages are being deployed to your environments

License

Notifications You must be signed in to change notification settings

DegreeDev/ember-cli-package-version-inspector

Repository files navigation

ember-cli-package-version-inspector

This is an addon to help keep track of what other packages are being deployed to your environments. I use this in conjunction with Ember Engines to keep track of what versions of engines are deployed to a specific environment.

Installation

ember install ember-cli-package-version-inspector

Usage

//config/environment.js

...
'package-version-inspector': {
  include: [
    'ember-engines',
    'search-engine',
    'discovery-engine',
    'asset-engine',
    'company-components'
  ]
}
...
  • Open your Ember Inspector
  • Navigate to 'Info'
  • Notice the specified packages are listed with their versions.

Note: These are the package version specified in the package.json

Contributing

Installation

  • git clone <repository-url>
  • cd ember-cli-package-version-inspector
  • 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"
  • npm test – Runs ember try:each to test your addon 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.

About

This is an addon to help keep track of what other packages are being deployed to your environments

Resources

License

Stars

Watchers

Forks

Packages

No packages published