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

Class

lib/tasks/generate-from-blueprint.js:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7const lintFix = require('../utilities/lint-fix');
8
9class GenerateTask extends Task {
10 constructor(options) {
11 super(options);
12 this.blueprintFunction = 'install';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected