Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
const
ember = require(
'./ember'
);
4
5
function
initApp() {
6
return
ember([
'init'
,
'--name=my-app'
,
'--skip-npm'
]);
7
}
8
9
module.exports = initApp;
Callers
nothing calls this directly
Calls
1
ember
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…