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

Method constructor

lib/tasks/npm-task.js:20–25  ·  view source on GitHub ↗

* @private * @class NpmTask * @constructor * @param {Object} options

(options)

Source from the content-addressed store, hash-verified

18 * @param {Object} options
19 */
20 constructor(options) {
21 super(options);
22
23 // The command to run: can be 'install' or 'uninstall'
24 this.command = '';
25 }
26
27 get packageManagerOutputName() {
28 return this.packageManager.name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected