ember-cli-notifications

v8.0.0
Atom inspired notification messages for ember-cli
alerts ember ember-addon ember-cli notifications

build

ember build --environment=production

changelog

auto-changelog --template changelog.template --unreleased-only --prepend --load-github-issue-data --github-cache-dir .changelog

deploy

ember github-pages:commit --message "Deploy gh-pages from commit $(git rev-parse HEAD)"; git push; git checkout -

lint

npm-run-all --aggregate-output --continue-on-error --parallel "lint:!(fix)"

lint:fix

npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix

lint:hbs

ember-template-lint .

lint:hbs:fix

ember-template-lint . --fix

lint:js

eslint . --cache

lint:js:fix

eslint . --fix

start

ember serve

test

npm-run-all lint test:*

test:ember

ember test

ember-compatibility-test

ember try:each

ember

ember

Metadata

  • MIT
  • >= 12
  • Jonathan Steele
  • released 1/28/2022

Downloads

Maintainers