-
-
Notifications
You must be signed in to change notification settings - Fork 96
/
.yo-rc.json
53 lines (53 loc) · 1.59 KB
/
.yo-rc.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"generator-jhipster": {
"additionalSubGenerators": "detekt,ktlint,kotlin,migration,spring-boot-v2",
"baseName": "kotlin",
"cli": true,
"cliName": "khipster",
"entities": [],
"generators": {
"detekt": {
"command": false,
"priorities": ["loading", "writing", "postWriting"],
"sbs": null,
"written": true
},
"kotlin": {
"command": false,
"priorities": ["loading", "default", "postWriting"],
"sbs": null,
"written": true
},
"ktlint": {
"command": false,
"priorities": ["default"],
"sbs": null,
"written": true
},
"migration": {
"command": false,
"priorities": ["postWriting"],
"sbs": null,
"written": true
},
"spring-boot": {
"command": false,
"priorities": ["initializing", "composing"],
"sbs": true,
"written": true
},
"spring-boot-v2": {
"command": false,
"priorities": ["initializing"],
"sbs": null,
"written": true
}
},
"jhipsterVersion": "8.5.0",
"localBlueprint": false,
"packageJsonType": "module",
"prettierTabWidth": 4,
"sampleWritten": true,
"subGenerators": ["spring-boot"]
}
}