ember-styleguide

v11.0.3
Addon to help standardize the ember family of websites
ember-addon

build

bottled-ember build --ember-version 3.28 --deps field-guide,field-guide-default-template,ember-cli-fastboot,prember --links docs,public,docs-styles:app/styles --no-overlay --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

concurrently "npm:start:*" --restart-after 5000 --prefix-colors cyan,white,yellow

start:tests

ember serve -p 0

start:docs

bottled-ember serve --ember-version 3.28 --output-path dist-bottled-docs --deps field-guide,field-guide-default-template,ember-cli-fastboot,prember,@percy/cli,@percy/ember --links docs,public,percy-test:tests/acceptance,docs-styles:app/styles --cache-name docs --no-overlay

test

npm-run-all lint test:*

test:docs

bottled-ember test --ember-version 3.28 --output-path dist-bottled-docs --deps field-guide,field-guide-default-template,ember-cli-fastboot,prember,@percy/cli,@percy/ember --links docs,public,percy-test:tests/acceptance,docs-styles:app/styles --cache-name docs --no-overlay

test:ember

ember test

ember-compatibility-tests

ember try:all
npm i ember-styleguide

Metadata

  • MIT
  • 18.* || >= 20
  • Unknown
  • released 7/18/2024

Downloads