ember-format-currency

The default blueprint for ember-cli addons.

Usage no npm install needed!

<script type="module">
  import emberFormatCurrency from 'https://cdn.skypack.dev/ember-format-currency';
</script>

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