git clone https://github.com/scalvert/ember-cli-checkup.gitcd ember-cli-checkupyarn install
yarn build- builds the Ember CLI commandyarn build:watch- build the Ember CLI command in watch modeyarn clean- cleans all JS files that resulted from a build
yarn lintyarn lint --fix
yarn test– Runs the test suite
ember serve- Visit the dummy application at http://localhost:4200.
For more information on using ember-cli, visit https://ember-cli.com/.