0.1.2 • Published 6 years ago

ember-cli-global-app-instance v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

ember-cli-global-app-instance

This README outlines the details of collaborating on this Ember addon.

Installation

  • git clone <repository-url> this repository
  • cd ember-cli-global-app-instance
  • npm install

Configuration

Add config ember-cli-global-app-instance in config/environment.js

ENV['ember-cli-global-app-instance'] = {
  name: 'MyApp',
};

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.