MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / init

Function init

lib/commands/generate.js:50–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 anonymousOptions: ['<blueprint>'],
49
50 init() {
51 this._super.apply(this, arguments);
52 if (!this.isViteProject) {
53 this.availableOptions = this.availableOptions.concat(ClassicOptions);
54 }
55 },
56
57 beforeRun: mergeBlueprintOptions,
58

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…