module Cake

Included Modules

Extended Modules

Defined in:

cake.cr
cake/config.cr
cake/storage.cr
cake/task.cr
cake/version.cr

Constant Summary

VERSION = "1.0.2"

Instance Method Summary

Instance methods inherited from module Cake::DSL

desc(message : String) : String
desc : String
desc
, invoke!(name : String | Symbol) invoke!, storage storage, task(name : String | Symbol, &block : Proc(Nil)) task

Instance Method Detail

def config #

[View source]
def eval_code(code : String, silent : Bool = false) #

[View source]
def process_cakefile(cakefile_path : String) #

[View source]
def run_task(path_to_cakefile : String, task_name : String) #

[View source]
def task_list(path_to_cakefile : String) #

[View source]