Releases: mvdwg/ember-addons-inspector
Releases · mvdwg/ember-addons-inspector
v1.1.0
This release enables an easy way to see addon's commands and blueprints. It also adds chalk to make the output nicer.
Project Update
$ ember install ember-addons-inspector
Main changes
Adding inspect:all
Starting this release you have two different commands to start inspecting your project, inspect:all
and inspect <addon-name>
$ ember inspect:all
$ ember inspect ember-cli-mirage
Community contributions
ember inspect ember-addons-inspector
First release which adds a new experimental Ember command named inspect
.
Use the following command to list all the addons registered in your project
$ ember inspect
And use the following one to see the details of a given addon
$ ember inspect ember-addons-inspector
Inspecting app...
Found 36 addon(s), 0 disabled.
Inspecting ember-addons-inspector
description: Inspect the addons included in your Ember application or Ember addon
version: 1.0.0
homepage: https://github.com/san650/ember-addons-inspector
bugs: https://github.com/san650/ember-addons-inspector/issues
repository: https://github.com/san650/ember-addons-inspector.git
author: Santiago Ferreira
license: MIT
Project Install
$ ember install ember-addons-inspector