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

Method init

tests/unit/commands/install-test.js:54–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 AddonInstall,
53 NpmInstall: class extends Task {
54 init() {
55 super.init(...arguments);
56
57 this.project = project;
58
59 npmInstance = this;
60 }
61 },
62
63 GenerateFromBlueprint: class extends Task {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected