Skip to content

A helper for string interpolations in your Glimmer templates akin to ES6 template literals.

License

Notifications You must be signed in to change notification settings

LocusEnergy/ember-interpolate-helper

Repository files navigation

Build Status

ember-interpolate-helper

A helper for string interpolations in your Glimmer templates akin to ES6 template literals.

To install,

ember install ember-interpolate-helper

Usage

helper

{{i '${someText} is good with bread' someText='butter'}}

subexpression

{{component (i 'my-${c}-widget' c=color)}}

Running

Running Tests

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

Building

  • ember build

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

About

A helper for string interpolations in your Glimmer templates akin to ES6 template literals.

Resources

License

Stars

Watchers

Forks

Packages

No packages published