@liftr/cli
Version:
The Liftr CLI provides scaffolding for the Liftr framework
21 lines (20 loc) • 644 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var create_1 = require("../create");
var component_content_1 = require("../component-content");
var config = {
content: component_content_1.moduleContent,
dependentComponents: [
{
componentType: 'controller',
content: component_content_1.controllerContent,
testFileContent: component_content_1.testControllerContent,
},
{
componentType: 'route',
content: component_content_1.routeContent,
},
],
insertFunction: create_1.addModule,
};
module.exports = config;