0.1.0 • Published 8 years ago

ember-cli-format-roman-numeral v0.1.0

Weekly downloads
8
License
MIT
Repository
-
Last release
8 years ago

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