Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 814 Bytes

CONTRIBUTE.MD

File metadata and controls

28 lines (19 loc) · 814 Bytes

Contributing

Installation

  • git clone <repository-url>
  • cd ember-simple-table
  • npm install

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Running tests

  • yarn test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test – Runs the test suite on the current Ember version
  • ember test --serve – Runs the test suite in "watch mode"
  • ember try:each – Runs the test suite against multiple Ember versions

Running the dummy application

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