ember-simple-auth

v6.1.0
A lightweight library for implementing authentication/authorization with Ember.js applications.
ember-addon

prepare

pnpm run build

build

rollup --config

lint

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

lint:fix

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

lint:hbs

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

lint:js

eslint . --cache

lint:hbs:fix

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

lint:js:fix

eslint . --fix

start

rollup --config --watch

test

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

prepack

pnpm run build

release

npm publish
npm i ember-simple-auth

Metadata

  • MIT
  • Whatever
  • Mainmatter GmbH
  • released 9/9/2024

Downloads