UNPKG

387 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3function create(kernel, { appPath, type, name, description, isHelp }) {
4 kernel.run({
5 name: 'create',
6 opts: {
7 appPath,
8 type,
9 name,
10 description,
11 isHelp
12 }
13 });
14}
15exports.default = create;
16//# sourceMappingURL=create.js.map
\No newline at end of file