An optimized format number helper for currencies, decimal, and percent styles. Uses `Intl.NumberFormat` and `toLocaleString()`.
npm install ember-helper-locale-number !downloads   !Dependencies  






This README outlines the details of collaborating on this Ember add-on.
* git clone git@github.com:cybertoothca/ember-helper-locale-number.git
* cd ember-helper-locale-number
```
npm install
``
yarn
* ember serve
* Visit your app at http://localhost:4200.
* npm test (Runs ember try:each to test your add-on against multiple Ember versions)ember test
* ember test --server
*
* ember build
For more information on using ember-cli, visit https://ember-cli.com/.
1. From the command line at the root of __this__ project run the
npm link command to _link_ this add-on within your localnpm link ember-helper-locale-number
node repository.
1. From the _other_ Ember project that you wish to test this add-on
in, execute the following command:.package.json
1. Now in that same _other_ Ember project, you should go into the and add the ember add-on with the version _*_. It will"ember-helper-locale-number": "*"
look something like this: . Nownpm install
when/if you execute on this _other_ project it
will know to look for the linked add-on rather than fetch it from
the central repository.
1. Remove the add-on from your local node repository with the following
command (that can be run anywhere):
npm uninstall -g ember-helper-locale-numberember-helper-locale-number
1. Remove the reference to the package.json
in your _other_ project's .npm prune
1. Run an and bower prune` from the root of your _other_ project's command line.