UNPKG

1.05 kBJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.PluginList = void 0;
4// command: 在什么命令下加载 tring; mod: 加载那个模块 string; name: 导出的名称 string;
5exports.PluginList = [
6 { mod: '@midwayjs/cli-plugin-build', command: 'build', installed: true },
7 { mod: '@midwayjs/cli-plugin-dev', command: 'dev', installed: true },
8 { mod: '@midwayjs/cli-plugin-faas', command: 'deploy' },
9 { mod: '@midwayjs/cli-plugin-faas', command: 'package' },
10 { mod: '@midwayjs/cli-plugin-generator', command: 'gen' },
11 { mod: '@midwayjs/cli-plugin-test', command: 'test', installed: true },
12 { mod: '@midwayjs/cli-plugin-test', command: 'cov', installed: true },
13 { mod: '@midwayjs/cli-plugin-clean', command: 'clean', installed: true },
14 { mod: '@midwayjs/cli-plugin-check', command: 'check', installed: true },
15 {
16 mod: '@midwayjs/cli-plugin-add',
17 command: 'new',
18 name: 'AddPlugin',
19 installed: true,
20 },
21];
22//# sourceMappingURL=plugins.js.map
\No newline at end of file