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

Function initApp

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

Source from the content-addressed store, hash-verified

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

Callers 2

generateFunction · 0.70
generate-test.jsFile · 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…