MCPcopy
hub / github.com/expressjs/generator / launchedFromCmd

Function launchedFromCmd

bin/express-cli.js:418–421  ·  view source on GitHub ↗

* Determine if launched from cmd.exe

()

Source from the content-addressed store, hash-verified

416 */
417
418function launchedFromCmd () {
419 return process.platform === 'win32' &&
420 process.env._ === undefined
421}
422
423/**
424 * Load template file.

Callers 1

createApplicationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected