-
-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy path.yo-rc.json
38 lines (38 loc) · 1.03 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
{
"generator-jhipster": {
"additionalSubGenerators": "",
"baseName": "react-native",
"caret": true,
"cli": true,
"cliName": "rnhipster",
"entities": [],
"generators": {
"app": {
"command": false,
"priorities": ["initializing", "prompting", "configuring", "loading", "default", "writing", "install", "end"],
"sbs": true,
"written": true
},
"react-native": {
"command": false,
"priorities": ["initializing", "prompting", "configuring", "default", "end"],
"sbs": true,
"written": true
},
"spring-boot": {
"command": false,
"priorities": ["initializing", "prompting", "configuring", "default", "end"],
"sbs": true,
"written": true
}
},
"githubWorkflows": true,
"jhipsterVersion": "8.8.0",
"js": false,
"localBlueprint": false,
"packageJsonType": "module",
"sampleWritten": true,
"skipCommitHook": true,
"subGenerators": ["app", "react-native", "spring-boot"]
}
}