ember-tether

v3.1.0
Tether an element to another element in the DOM
ember-addon tether

build

ember build --environment=production

lint

concurrently "npm:lint:*(!fix)" --names "lint:"

lint:css

stylelint "**/*.css"

lint:css:fix

concurrently "npm:lint:css -- --fix"

lint:fix

concurrently "npm:lint:*:fix" --names "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

concurrently "npm:lint" "npm:test:*" --names "lint,test:"

test:ember

ember test

test:ember-compatibility

ember try:each
npm i ember-tether

Metadata

  • MIT
  • >= 14
  • Chris LoPresto, Yapp Labs, and team
  • released 3/12/2024

Downloads