This project uses yarn
as a package manager. If you're adding a new dependency, ensure that the yarn.lock
lockfile is updated and committed into your pull request.
git clone
this repositoryyarn install
ember server
- Visit your app at http://localhost:4200.
yarn test:all
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
TODO: use build pipeline.
npm install -g jsdoc
- From addon root directory
./builddocs.sh
- View built docs in
tests/dummy/public/api