ember-cli-format-roman-numeral

Format Decimal number as Roman numeral

Usage no npm install needed!

<script type="module">
  import emberCliFormatRomanNumeral from 'https://cdn.skypack.dev/ember-cli-format-roman-numeral';
</script>

README

format-roman-numeral (ember-cli)

Format a Decimal number as Roman numeral. An ember-cli addon.

Installation

ember install ember-cli-format-roman-numeral

Usage

  {{ format-roman-numeral 1}} => I
  {{ format-roman-numeral 2}} => II
  {{ format-roman-numeral 3}} => III
  {{ format-roman-numeral 4}} => IV

Development

Of the addon itself.

Installation

  • git clone this repository
  • npm install
  • bower install

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server