module Cake
Included Modules
Extended Modules
Defined in:
cake.crcake/config.cr
cake/storage.cr
cake/task.cr
cake/version.cr
Constant Summary
-
VERSION =
"1.0.2"
Instance Method Summary
- #config
- #eval_code(code : String, silent : Bool = false)
- #process_cakefile(cakefile_path : String)
- #run_task(path_to_cakefile : String, task_name : String)
- #task_list(path_to_cakefile : String)
Instance methods inherited from module Cake::DSL
desc(message : String) : Stringdesc : String desc, invoke!(name : String | Symbol) invoke!, storage storage, task(name : String | Symbol, &block : Proc(Nil)) task