-
Notifications
You must be signed in to change notification settings - Fork 0
/
shinest-cli.json
36 lines (35 loc) · 1.26 KB
/
shinest-cli.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
{
"format": {
"applyOnCommandsCompletion": true,
"scrypt": "npm run format"
},
"generationScripts": {
"uniqueMessages": {
"jsonConfigFilePath": "sample-data/unique-messages.json",
"cacheConfigCommand": "echo \"Put here json config generation command\"",
"resultSourceCodeFilePath": "files-buff/entities/bot-content/nested/unique-message.entity.ts"
},
"other": [
{
"title": "New scene",
"nameQuestion": "Enter new scene name",
"namePlaceholders": {
"caseCamel": "<# sceneName #>",
"casePascal": "<# SceneName #>",
"caseKebub": "<# scene-name #>"
},
"git": {
"commitMessage": "Scene created: <# SceneName #>"
},
"createFiles": [
{
"resultSourceCodeFilePath": "files-buff/presentation/scenes/implementations/<# scene-name #>.scene.ts",
"templateFile": "sample-data/scene.template.txt"
}
],
"replacements": [
]
}
]
}
}