MCPcopy
hub / github.com/ember-cli/ember-cli / initApp

Function initApp

tests/helpers/init-app.js:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3const ember = require('./ember');
4
5function initApp() {
6 return ember(['init', '--name=my-app', '--skip-npm']);
7}
8
9module.exports = initApp;

Callers

nothing calls this directly

Calls 1

emberFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…