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

Function initApp

tests/acceptance/pods-generate-test.js:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 });
39
40 function initApp() {
41 return ember(['init', '--name=my-app', '--skip-npm']);
42 }
43
44 function generate(args) {
45 let generateArgs = ['generate'].concat(args);

Callers 3

generateFunction · 0.70
generateWithPrefixFunction · 0.70

Calls 1

emberFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…