-
Notifications
You must be signed in to change notification settings - Fork 3
/
.yo-rc.json
43 lines (43 loc) · 1.27 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
{
"generator-jhipster": {
"additionalSubGenerators": "tenantview",
"baseName": "tenantview",
"cli": true,
"dynamic": false,
"entities": [],
"generators": {
"angular": {
"command": false,
"priorities": ["writing", "writingEntities", "postWriting", "postWritingEntities"],
"sbs": true,
"written": true
},
"liquibase": {
"command": false,
"priorities": ["writing", "writingEntities", "postWriting", "postWritingEntities"],
"sbs": true,
"written": true
},
"spring-boot": {
"command": false,
"priorities": ["writing", "writingEntities", "postWriting", "postWritingEntities"],
"sbs": true,
"written": true
},
"tenantview": {
"command": false,
"priorities": ["initializing", "prompting", "configuring", "loading", "preparing", "configuringEachEntity", "preparingEachEntity"],
"sbs": null,
"written": true
}
},
"githubRepository": "mshima/generator-jhipster-tenantview",
"githubWorkflows": true,
"jhipsterVersion": "8.1.0",
"js": true,
"localBlueprint": false,
"sampleWritten": true,
"skipCommitHook": true,
"subGenerators": ["angular", "liquibase", "spring-boot"]
}
}