ember-get-config

v2.1.1
Get `config/environment` from anywhere, even addons!!!
ember-addon

changelog

auto-changelog --template changelog.template --unreleased-only --prepend --load-github-issue-data --github-cache-dir .changelog

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

ember-compatibility-test

ember try:each

Metadata

  • MIT
  • 12.* || 14.* || >= 16
  • Unknown
  • released 7/1/2022

Downloads