-
Notifications
You must be signed in to change notification settings - Fork 0
/
gencli.json
35 lines (35 loc) · 1.06 KB
/
gencli.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"cliName": "test-cli-3",
"description": "a cli for test purpose",
"tags": ["test", "cli"],
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjbGllbnQiOiJ0ZXN0IiwiaWF0IjoxNjE4MTY1NzE1LCJleHAiOjE2NDk3MDE3MTV9.mt23-xE4-v-Aw0LEFF19cBqJ2s591GLQZe5ixFxjhBA",
"entityConfigs": [
{
"name": "module",
"singularOnly": true,
"flat": false,
"prefix": "test",
"fileConfigs": [
{
"name": "*-test.ts",
"template": "test.txt"
},
{
"name": "*-test2.ts",
"template": "test.txt",
"path": "a/d/c"
},
{
"name": "*-test3.ts",
"template": "test.txt",
"path": "a/b/c"
},
{
"name": "*-test3.ts",
"template": "test.txt",
"path": "k/ki-asd"
}
]
}
]
}