create-done-coding 0.11.26-alpha.0 → 0.11.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/cli.mjs +1 -1
- package/es/{index-4f7f06f3.js → index-021ee1d9.js} +1 -1
- package/es/index.mjs +1 -1
- package/package.json +2 -2
- package/types/index.d.ts +1 -1
- package/types/mcp/server-config.d.ts +0 -7
- package/types/mcp/server.d.ts +0 -2
- package/types/mcp-config.d.ts +0 -7
- package/types/mcp-server.d.ts +0 -1
- package/types/mcp.d.ts +0 -2
- package/types/template.json.d.ts +0 -156
package/es/cli.mjs
CHANGED
|
@@ -6,7 +6,7 @@ import { getConfigPath as zo, batchCompileHandler as Vo, MODULE_DEFAULT_CONFIG_R
|
|
|
6
6
|
import { getTargetRepoUrl as Qo } from "@done-coding/cli-git";
|
|
7
7
|
const ie = {
|
|
8
8
|
name: "create-done-coding",
|
|
9
|
-
version: "0.11.26
|
|
9
|
+
version: "0.11.26",
|
|
10
10
|
description: "项目创建命令行工具",
|
|
11
11
|
bin: {
|
|
12
12
|
"create-done-coding": "es/cli.mjs"
|
package/es/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { F as s, G as t, S as d, e as c, a as p, b as u, h as l, d as b, i as f } from "./index-
|
|
2
|
+
import { F as s, G as t, S as d, e as c, a as p, b as u, h as l, d as b, i as f } from "./index-021ee1d9.js";
|
|
3
3
|
import "@done-coding/cli-utils";
|
|
4
4
|
import "node:fs";
|
|
5
5
|
import "node:path";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-done-coding",
|
|
3
|
-
"version": "0.11.26
|
|
3
|
+
"version": "0.11.26",
|
|
4
4
|
"description": "项目创建命令行工具",
|
|
5
5
|
"module": "es/index.mjs",
|
|
6
6
|
"type": "module",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"engines": {
|
|
53
53
|
"node": ">=18.0.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "6ecea4b1b39863bed7e6c7f763c7092927ebe160"
|
|
56
56
|
}
|
package/types/index.d.ts
CHANGED
|
@@ -120,7 +120,7 @@ export declare const handler: (command: SubcommandEnum, argv: CliHandlerArgv<any
|
|
|
120
120
|
|
|
121
121
|
export declare const injectInfo: {
|
|
122
122
|
"name": "create-done-coding",
|
|
123
|
-
"version": "0.11.26
|
|
123
|
+
"version": "0.11.26",
|
|
124
124
|
"description": "项目创建命令行工具",
|
|
125
125
|
"bin": {
|
|
126
126
|
"create-done-coding": "es/cli.mjs"
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { McpToolRegisterItem, McpResourceRegisterItem, McpPromptRegisterItem } from "@done-coding/mcp-utils";
|
|
2
|
-
/** mcp服务 工具注册列表 */
|
|
3
|
-
export declare const toolRegisterList: McpToolRegisterItem[];
|
|
4
|
-
/** mcp服务 资源注册列表 */
|
|
5
|
-
export declare const resourceRegisterList: McpResourceRegisterItem[];
|
|
6
|
-
/** mcp服务 提示词注册列表 */
|
|
7
|
-
export declare const promptRegisterList: McpPromptRegisterItem[];
|
package/types/mcp/server.d.ts
DELETED
package/types/mcp-config.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { McpToolRegisterItem, McpResourceRegisterItem, McpPromptRegisterItem } from "@done-coding/mcp-utils";
|
|
2
|
-
/** mcp服务 工具注册列表 */
|
|
3
|
-
export declare const toolRegisterList: McpToolRegisterItem[];
|
|
4
|
-
/** mcp服务 资源注册列表 */
|
|
5
|
-
export declare const resourceRegisterList: McpResourceRegisterItem[];
|
|
6
|
-
/** mcp服务 提示词注册列表 */
|
|
7
|
-
export declare const promptRegisterList: McpPromptRegisterItem[];
|
package/types/mcp-server.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/types/mcp.d.ts
DELETED
package/types/template.json.d.ts
DELETED
|
@@ -1,156 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
"templateList": [
|
|
3
|
-
{
|
|
4
|
-
"name": "template-npm-common",
|
|
5
|
-
"description": "通用的npm工具包ts模板",
|
|
6
|
-
"url": "https://gitee.com/justsosu/template-npm-common.git",
|
|
7
|
-
"branch": [
|
|
8
|
-
{
|
|
9
|
-
"name": "template/standalone",
|
|
10
|
-
"description": "独立项目(自带工程化配置)"
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"name": "template/workspace",
|
|
14
|
-
"description": "workspace项目(不带工程化配置)"
|
|
15
|
-
}
|
|
16
|
-
]
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "template-npm-node-common",
|
|
20
|
-
"description": "node环境运行通用的npm工具包ts模板",
|
|
21
|
-
"url": "https://gitee.com/justsosu/template-npm-node-common.git",
|
|
22
|
-
"branch": [
|
|
23
|
-
{
|
|
24
|
-
"name": "template/standalone",
|
|
25
|
-
"description": "独立项目(自带工程化配置)"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"name": "template/workspace",
|
|
29
|
-
"description": "workspace项目(不带工程化配置)"
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"name": "template-npm-node-cli",
|
|
35
|
-
"description": "node环境运行的npm cli工具包ts模板",
|
|
36
|
-
"url": "https://gitee.com/justsosu/template-npm-node-cli.git",
|
|
37
|
-
"branch": [
|
|
38
|
-
{
|
|
39
|
-
"name": "template/standalone",
|
|
40
|
-
"description": "独立项目(自带工程化配置)"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "template/workspace",
|
|
44
|
-
"description": "workspace项目(不带工程化配置)"
|
|
45
|
-
}
|
|
46
|
-
]
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"name": "template-node-server",
|
|
50
|
-
"description": "node环境服务ts模板",
|
|
51
|
-
"url": "https://gitee.com/justsosu/template-node-server.git",
|
|
52
|
-
"branch": [
|
|
53
|
-
{
|
|
54
|
-
"name": "template/standalone",
|
|
55
|
-
"description": "独立项目(自带工程化配置)"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"name": "template/workspace",
|
|
59
|
-
"description": "workspace项目(不带工程化配置)"
|
|
60
|
-
}
|
|
61
|
-
]
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"name": "template-web-admin-vue3",
|
|
65
|
-
"description": "web后台管理系统vue3项目模板",
|
|
66
|
-
"instances": [],
|
|
67
|
-
"url": "https://gitee.com/justsosu/template-web-pc-vue3.git",
|
|
68
|
-
"branch": [
|
|
69
|
-
{
|
|
70
|
-
"name": "master",
|
|
71
|
-
"description": "后台管理系统项目-独立项目"
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"name": "subpackage",
|
|
75
|
-
"description": "后台管理系统项目-lerna管理的monorepo子项目"
|
|
76
|
-
}
|
|
77
|
-
]
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"name": "template-web-mobile-vue3",
|
|
81
|
-
"description": "web移动端vue3项目",
|
|
82
|
-
"instances": [],
|
|
83
|
-
"url": "https://gitee.com/justsosu/template-web-m-vue3.git"
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"name": "template-uni-mobile-vue3",
|
|
87
|
-
"description": "uni移动端vue3项目",
|
|
88
|
-
"instances": [],
|
|
89
|
-
"url": "https://gitee.com/justsosu/template-uni-m-vue3.git"
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"name": "template-web-mobile-react",
|
|
93
|
-
"description": "web移动端react项目",
|
|
94
|
-
"instances": [],
|
|
95
|
-
"url": "https://gitee.com/justsosu/template-web-m-react.git"
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"name": "template-node-express",
|
|
99
|
-
"description": "node express项目模板",
|
|
100
|
-
"instances": [],
|
|
101
|
-
"url": "https://gitee.com/justsosu/template-node-express.git"
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"name": "template-monorepo",
|
|
105
|
-
"description": "lerna管理的monorepo项目模板",
|
|
106
|
-
"instances": [
|
|
107
|
-
"done-coding-request",
|
|
108
|
-
"done-coding-cli",
|
|
109
|
-
"done-coding-x"
|
|
110
|
-
],
|
|
111
|
-
"url": "https://gitee.com/justsosu/template-monorepo.git",
|
|
112
|
-
"branch": [
|
|
113
|
-
{
|
|
114
|
-
"name": "master",
|
|
115
|
-
"description": "lerna管理的通用monorepo项目"
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"name": "components",
|
|
119
|
-
"description": "lerna管理的vue3 monorepo项目"
|
|
120
|
-
}
|
|
121
|
-
]
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"name": "template-web-site-vue3",
|
|
125
|
-
"description": "web网站vue3项目模板",
|
|
126
|
-
"instances": [],
|
|
127
|
-
"url": "https://gitee.com/justsosu/template-web-site-vue3.git"
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"name": "template-components-vue3",
|
|
131
|
-
"description": "vue3组件库项目模板",
|
|
132
|
-
"instances": [],
|
|
133
|
-
"url": "https://gitee.com/justsosu/template-components-vue3.git",
|
|
134
|
-
"branch": [
|
|
135
|
-
{
|
|
136
|
-
"name": "master",
|
|
137
|
-
"description": "vue3组件库项目-独立项目"
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"name": "subpackage",
|
|
141
|
-
"description": "vue3组件库项目-lerna管理的monorepo子项目"
|
|
142
|
-
}
|
|
143
|
-
]
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"name": "template-micro-app-vue3",
|
|
147
|
-
"description": "微前端框架(micro-app[京东])项目模板",
|
|
148
|
-
"instances": [],
|
|
149
|
-
"url": "https://gitee.com/justsosu/template-micro-app.git",
|
|
150
|
-
"branch": "vue3"
|
|
151
|
-
}
|
|
152
|
-
]
|
|
153
|
-
}
|
|
154
|
-
;
|
|
155
|
-
|
|
156
|
-
export default _default;
|