ember-sortable

v5.2.1
Sortable UI primitives for Ember.
ember-addon sortable

lint

concurrently 'pnpm:lint:*(!fix)' --names 'lint:'

test

echo 'A v2 addon does not have tests, run tests in test-app'

build

concurrently 'pnpm:build:*'

start

concurrently 'pnpm:start:*'

lint:js

eslint . --cache

build:js

rollup --config

lint:fix

concurrently 'pnpm:lint:*:fix' --names 'fix:'

lint:hbs

ember-template-lint . --no-error-on-unmatched-pattern

start:js

rollup --config --watch --no-watch.clearScreen

lint:types

glint

build:types

glint --declaration

lint:js:fix

eslint . --fix

start:types

glint --declaration --watch

lint:hbs:fix

ember-template-lint . --fix --no-error-on-unmatched-pattern

Metadata

  • MIT
  • 14.* || >= 16
  • Unknown
  • released 9/25/2024

Downloads