UNPKG

491 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3function init(kernel, { appPath, projectName, typescript, templateSource, clone, template, css, isHelp }) {
4 kernel.run({
5 name: 'init',
6 opts: {
7 appPath,
8 projectName,
9 typescript,
10 templateSource,
11 clone,
12 template,
13 css,
14 isHelp
15 }
16 });
17}
18exports.default = init;
19//# sourceMappingURL=init.js.map
\No newline at end of file