ember-cli-app-version

v7.0.0
Adds App version number to Ember Inspector Info Tab
ember-addon

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-cli-app-version

Metadata

  • MIT
  • >= 18
  • Taras Mankovski
  • released 6/10/2024

Downloads