field-guide-default-template

v2.0.0
The default blueprint for ember-cli addons.
ember-addon

build

ember build --environment=production

changelog

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

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-tests

ember try:each

Metadata

  • MIT
  • 12.* || 14.* || >= 16
  • Unknown
  • released 9/16/2021

Downloads

Maintainers