Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 481 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 481 Bytes

Contributing to ember-composable-helpers

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

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

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.