Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.3 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.3 KB

ember-inline-component-strings

Build Status Maintainability Greenkeeper badge

⚠️ This is currently an in-development addon, and may not be actively maintained. Use with care.

Ember-inline-component-strings is a simple addon to allow inlining components into strings.

The demo and documentation for this addon live on it's github page, check it out here..

Installation

  • git clone <repository-url> this repository
  • cd ember-inline-component-strings
  • npm install

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