class Pod::Initializer
Defined in:
pod/initialize.cr
Constant Summary
-
COPY_ALL =
"COPY . ."
-
SOURCE_DIRECTORY_NAMES =
Set {"src", "Sources", "lib"}
-
TITLE =
" _\n _ __ ___ __| |\n | '_ \\/ _ \\/ _` |\n | .__/\\___/\\__,_|\n |_|\n"
Class Method Summary
Instance Method Summary
Class Method Detail
Instance Method Detail
def
confirm(message, default =
"y")
#
def
do_container_setup(name, image)
#
def
project_specific_setup(is_dev, name)
#
def
prompt(text :
String, options : Enumerable(
String) =
[] of String, default :
String | Nil =
nil)
#
def
write_config_files(project, image)
#