MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / _defaultBlueprint

Function _defaultBlueprint

lib/commands/init.js:78–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 anonymousOptions: ['<glob-pattern>'],
77
78 _defaultBlueprint() {
79 if (this.project.isEmberCLIAddon()) {
80 return 'addon';
81 } else {
82 return 'app';
83 }
84 },
85
86 beforeRun: mergeBlueprintOptions,
87

Callers

nothing calls this directly

Calls 1

isEmberCLIAddonMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…