Allows you to deprecate Ember.String.fmt usage by monkey-patching Ember.String.fmt.
// app.js
import initializeDeprecationWarning from 'ember-deprecated-string-fmt';
initializeDeprecationWarning();
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.