@cardstack/tools
v0.14.38-patch.0
Published
The default blueprint for ember-cli addons.
Downloads
854
Readme
@cardstack/tools
This README outlines the details of collaborating on this Ember addon.
Installation
git clone <repository-url>
this repositorycd @cardstack/tools
npm install
bower install
Running
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
Running Tests
ember test
– Runs the test suite on the current Ember versionember test --server
– Runs the test suite in "watch mode"ember try:each
– Runs the test suite against multiple Ember versions
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.