Эх сурвалжийг харах

feat: add package template

zhangyuhan 3 жил өмнө
parent
commit
feb6ed8f7a
2 өөрчлөгдсөн 17 нэмэгдсэн , 12 устгасан
  1. 5 0
      .template.json
  2. 12 12
      package.json

+ 5 - 0
.template.json

@@ -9,6 +9,11 @@
     "repo": "gitlab-jh:efe/template",
     "assets": "module"
   },
+  "package": {
+    "title": "工具包模版",
+    "repo": "gitlab-jh:efe/package",
+    "assets": "package"
+  },
   "work-bench": {
     "title": "管理应用-工作台模版",
     "repo": "gitlab-jh:efe/work-bench-template",

+ 12 - 12
package.json

@@ -1,18 +1,17 @@
 {
   "name": "@jianyu/cli",
-  "version": "0.1.1",
+  "version": "0.1.2",
   "description": "剑鱼内部脚手架",
-  "author": "zhangyuhan @zhangyuhan@topnet.net.cn",
+  "author": "zhangyuhan",
+  "keywords": [
+    "oclif",
+    "cli"
+  ],
   "bin": {
     "jianyu": "./bin/run"
   },
-  "homepage": "http://192.168.3.207:20080/zhangyuhan/jianyu-cli",
-  "license": "MIT",
+  "license": "ISC",
   "main": "dist/index.js",
-  "repository": {
-    "type": "git",
-    "url": "http://192.168.3.207:20080/zhangyuhan/jianyu-cli"
-  },
   "files": [
     "/bin",
     "/dist",
@@ -80,10 +79,11 @@
   "engines": {
     "node": ">=12.0.0"
   },
+  "homepage": "http://192.168.3.207:20080/zhangyuhan/jianyu-cli",
+  "repository": {
+    "type": "git",
+    "url": "http://192.168.3.207:20080/zhangyuhan/jianyu-cli"
+  },
   "bugs": "http://192.168.3.207:20080/zhangyuhan/jianyu-cli/issues",
-  "keywords": [
-    "oclif",
-    "cli"
-  ],
   "types": "dist/index.d.ts"
 }