knownasilya / ember-addon-viewer

View information about addons used in your Ember app.

Home Page:https://ember-addon-viewer.netlify.com/addon-viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-addon-viewer

View information about addons used in your app.

Screenshot of demo;

Demo here: https://ember-addon-viewer.netlify.com/addon-viewer

Compatibility

  • Ember.js v3.4 or above
  • Ember CLI v2.13 or above
  • Node.js v8 or above

Installation

ember install ember-addon-viewer

Usage

Install this addon and visit /addon-viewer to see the UI. This addon is not included in production builds.

Configuration

By default the viewer is included if not building for production, but you can override that by setting the following configuration in config/environment.js.

ENV['ember-addon-viewer'] = {
  shouldIncludeViewer: true
};

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

About

View information about addons used in your Ember app.

https://ember-addon-viewer.netlify.com/addon-viewer

License:MIT License


Languages

Language:JavaScript 80.8%Language:HTML 12.1%Language:Handlebars 7.0%