2023-09-28 17:45:44 +03:00
|
|
|
package constants
|
|
|
|
|
2023-11-29 11:21:05 +03:00
|
|
|
const SERVICE_NAME = "crud_generator"
|
|
|
|
|
2023-09-28 17:45:44 +03:00
|
|
|
const TEXT_HELP = `
|
2023-11-15 13:58:31 +03:00
|
|
|
Need fill settings in settings.txt file
|
2023-09-28 17:45:44 +03:00
|
|
|
`
|
2023-09-28 18:08:00 +03:00
|
|
|
|
2024-09-20 14:58:46 +03:00
|
|
|
// TEMPLATES_FOLDER_NAME - folder name with all templates
|
2024-01-15 13:19:27 +03:00
|
|
|
var TEMPLATES_FOLDER_NAME = "templates"
|
|
|
|
|
2024-09-20 14:58:46 +03:00
|
|
|
// CONFIG_FOLDER_NAME - folder name with config files
|
2023-11-15 13:58:31 +03:00
|
|
|
const CONFIG_FOLDER_NAME = "configs_"
|