The main operation to start the scaffolding. |
systemBanner
:: String
|
setFileMode
:: FileMode -> String -> IO ()
|
spiceyStructure
:: String -> DirTree
|
replaceCurryBin
:: String -> String
|
replacePackageName
:: String -> String -> String
|
copyFileLocal
:: FileMode -> String -> String -> String -> IO ()
|
ifNotExistsDo
:: String -> IO () -> IO ()
|
createStructure
:: String -> String -> ERD -> String -> String -> DirTree -> IO ()
Creates the structure of the source files of the new package. |
main
:: IO ()
The main operation to start the scaffolding. |
spiceupHelp
:: Int -> IO ()
|
Constructors:
Exec
:: FileMode
NoExec
:: FileMode
Constructors:
Directory
:: String -> [DirTree] -> DirTree
ResourceFile
:: FileMode -> String -> DirTree
ResourcePatchFile
:: FileMode -> String -> (String -> String) -> DirTree
GeneratedFromERD
:: (String -> ERD -> String -> String -> IO ()) -> DirTree
|
|
|
|
|
|
|
Creates the structure of the source files of the new package. |
The main operation to start the scaffolding. |
|