🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

ember-addons-inspector

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-addons-inspector

Inspect the addons included in your Ember application or Ember addon

1.1.0
latest
Source
npm
Version published
Maintainers
3
Created
Source

ember-addons-inspector

Build Status Latest version

Get all the information about the addons registered in your Ember project (addon or application). This addon adds an inspect command which facilitates inspecting your project and learn all about the addons registered in it.

Sinopsis

List all the addons in the project

$ ember inspect:all

Inspecting app...

Found 36 addon(s), 0 disabled.

* ember-buffered-proxy (0.5.1)
  An Ember Object Proxy with change buffering

* ember-cli-app-version (1.0.0)
  Add App version number to Ember Inspector Info Tab

* ember-cli-babel (5.1.6)
  This Ember-CLI plugin uses [Babel](https://babeljs.io/) to allow you to use ES6 syntax with your Ember-CLI project.

* ember-cli-dependency-checker (1.2.0)
  Ember CLI addon for detecting missing npm and bower dependencies before executing ember commands

...

and then you can inspect an individual addon

$ ember inspect ember-cli-mirage
A client-side mock HTTP server to develop, test and demo your Ember app

      version: 0.1.13
     homepage: https://github.com/samselikoff/ember-cli-mirage
         bugs: https://github.com/samselikoff/ember-cli-mirage/issues
   repository: git+https://github.com/samselikoff/ember-cli-mirage.git
       author: Sam Selikoff
      license: MIT

   Blueprints:
     ember-cli-mirage - Installer blueprint
     factory - Generates a mirage factory.
     fixture - Generates a mirage fixture.

This is work in progress and the idea is to add tons of information about the addons.

Installation

$ ember install ember-addons-inspector

Development

Source code

$ git clone https://github.com/san650/ember-addons-inspector.git

Running Tests

$ npm test

Project's health

TBA

License

ember-addons-inspector is licensed under the MIT license.

See LICENSE for the full license text.

Keywords

ember-addon

FAQs

Package last updated on 09 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts