ember-computed-template-string-parser

0.1.0 • Public • Published

ember-computed-template-string-parser

Build Status

This simple package converts a string such as:

"hello ${name}!"

into:

Ember.computed("name", function() { 
  return "hello " + this.get("name") + "!";
})

and is used in the ember-computed-template-string addon.

Readme

Keywords

none

Package Sidebar

Install

npm i ember-computed-template-string-parser

Weekly Downloads

4

Version

0.1.0

License

Apache-2.0

Last publish

Collaborators

  • gavinjoyce