Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefanpenner/ember-intl-messageformat-parser

ember-cli addon wrapper around intl-messageformat-parser
https://github.com/stefanpenner/ember-intl-messageformat-parser

Last synced: 17 days ago
JSON representation

ember-cli addon wrapper around intl-messageformat-parser

Awesome Lists containing this project

README

        

# ember-intl-messageformat-parser

A thin wrapper around [intl-messageformat-parser](https://github.com/yahoo/intl-messageformat-parser) that allows for `import IntlMessageFormatParser from 'intl-messageformat-parser';` from within your ember application.

## Installation

* `git clone` this repository
* `npm install`
* `bower install`

## Running

* `ember server`
* Visit your app at http://localhost:4200.

## Running Tests

* `ember test`
* `ember test --server`

## Building

* `ember build`

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