mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-06-20 18:58:16 +08:00
wip: 🧠 初步的框架
This commit is contained in:
30
.template.config/template.json
Normal file
30
.template.config/template.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"author": "nsnail", //必须
|
||||
"classifications": [
|
||||
"Web/WebAPI"
|
||||
], //必须,这个对应模板的Tags
|
||||
"name": "NetAdmin", //必须,这个对应模板的Templates
|
||||
"identity": "NetAdmin", //可选,模板的唯一名称
|
||||
"shortName": "lop", //必须,这个对应模板的Short Name
|
||||
"tags": {
|
||||
"language": "C#",
|
||||
"type": "project"
|
||||
},
|
||||
"sourceName": "NetAdmin", // 可选,要替换的名字
|
||||
"preferNameDirectory": true, // 可选,添加目录
|
||||
"sources": [
|
||||
{
|
||||
"modifiers": [
|
||||
{
|
||||
"exclude": [
|
||||
"**/.vs/**",
|
||||
"**/.idea/**",
|
||||
"**/.git/**",
|
||||
"**/dist/**",
|
||||
"**/node_modules/**"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
}
|
Reference in New Issue
Block a user