ember-array-contains-helper

v3.0.0
Ember helper to test the presence of an item in an array
ember-addon

build

ember build --environment=production

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

test:ember-compatibility

ember try:each

deploy

ember github-pages:commit --message "Deploy gh-pages from commit $(git rev-parse HEAD)" --environment production; git push; git checkout -
npm i ember-array-contains-helper

Metadata

  • MIT
  • 12.* || 14.* || >= 16
  • Baptiste Meurant
  • released 1/3/2024

Downloads