Skip to content

justinwoo/ember-deprecated-string-fmt

Repository files navigation

Ember-deprecated-string-fmt Build Status

Allows you to deprecate Ember.String.fmt usage by monkey-patching Ember.String.fmt.

Usage

// app.js
import initializeDeprecationWarning from 'ember-deprecated-string-fmt';

initializeDeprecationWarning();

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

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

About

Ember addon for deprecating Ember.String.fmt usage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published