|
@@ -51,20 +51,12 @@
|
|
"commands": "./dist/commands",
|
|
"commands": "./dist/commands",
|
|
"plugins": [
|
|
"plugins": [
|
|
"@oclif/plugin-help",
|
|
"@oclif/plugin-help",
|
|
- "@oclif/plugin-plugins",
|
|
|
|
- "@oclif/plugin-update"
|
|
|
|
|
|
+ "@oclif/plugin-plugins"
|
|
],
|
|
],
|
|
- "topicSeparator": " ",
|
|
|
|
- "topics": {
|
|
|
|
- "create": {
|
|
|
|
- "description": "创建项目-命令行交互式"
|
|
|
|
- },
|
|
|
|
- "init": {
|
|
|
|
- "description": "使用指定的模版创建初始化项目"
|
|
|
|
- },
|
|
|
|
- "sync": {
|
|
|
|
- "description": "同步到物料平台(内网注册表)"
|
|
|
|
- }
|
|
|
|
|
|
+ "hooks": {
|
|
|
|
+ "postrun": [
|
|
|
|
+ "./dist/hooks/postrun/index"
|
|
|
|
+ ]
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"scripts": {
|
|
"scripts": {
|