README
ember-format-currency
Just an easy way to format currency.
Installation
ember install ember-format-currency
Example
{{format-currency 1}}
$1.00
{{format-currency 1000.40}}
$1,000.40
The default blueprint for ember-cli addons.
<script type="module">
import emberFormatCurrency from 'https://cdn.skypack.dev/ember-format-currency';
</script>
Just an easy way to format currency.
ember install ember-format-currency{{format-currency 1}}
$1.00
{{format-currency 1000.40}}
$1,000.40