ember-can

v5.0.0
Simple authorization addon for Ember apps
ember-addon

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

prepack

concurrently 'pnpm:build:*'

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
  • Whatever
  • Richard Livsey
  • released 7/1/2024

Downloads

Maintainers

Richard Livsey