-
-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy path.yo-rc.json
48 lines (48 loc) · 1.1 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
{
"generator-jhipster": {
"additionalSubGenerators": "ionic",
"baseName": "ionic",
"cli": true,
"entities": [],
"generators": {
"app": {
"command": false,
"priorities": ["prompting", "composing"],
"sbs": true,
"written": true
},
"ionic": {
"command": true,
"priorities": [
"initializing",
"configuring",
"loading",
"preparing",
"writing",
"writingEntities",
"postWriting",
"install",
"end"
],
"sbs": true,
"written": true
},
"spring-boot": {
"command": false,
"priorities": ["writing", "postWriting"],
"sbs": true,
"written": true
}
},
"githubWorkflows": true,
"jhipsterVersion": "8.9.0",
"js": false,
"localBlueprint": false,
"packageJsonType": "module",
"prettierDefaultIndent": 2,
"projectName": "JHipster Ionic Blueprint",
"sampleWritten": true,
"skipCommitHook": true,
"subGenerators": ["app", "ionic", "spring-boot"]
}
}