Giter Site home page Giter Site logo

fabiokr / ember-addons-inspector Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mvdwg/ember-addons-inspector

0.0 2.0 0.0 82 KB

Inspect the addons included in your Ember project (application or addon)

License: MIT License

JavaScript 90.01% HTML 9.99%

ember-addons-inspector's Introduction

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/mvdwg/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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.