Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 667 Bytes

File metadata and controls

29 lines (18 loc) · 667 Bytes

How To Contribute

Installation

  • git clone https://github.com/scalvert/ember-cli-checkup.git
  • cd ember-cli-checkup
  • yarn install

Building

  • yarn build - builds the Ember CLI command
  • yarn build:watch - build the Ember CLI command in watch mode
  • yarn clean - cleans all JS files that resulted from a build

Linting

  • yarn lint
  • yarn lint --fix

Running tests

  • yarn test – Runs the test suite

Running the dummy application

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