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

Function generate

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

Source from the content-addressed store, hash-verified

42 }
43
44 function generate(args) {
45 let generateArgs = ['generate'].concat(args);
46
47 return initApp().then(function () {
48 return ember(generateArgs);
49 });
50 }
51
52 function generateWithPrefix(args) {
53 let generateArgs = ['generate'].concat(args);

Callers 1

Calls 3

emberFunction · 0.85
initAppFunction · 0.70
thenMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…