class LuneCLI::Commands::Build

Defined in:

lune_cli/commands/build.cr

Instance Method Summary

Instance Method Detail

def output_path_for(app_entry : String) : String #

[View source]
def run(frontend_dir : String, app_entry : String, output_path : String, release : Bool = false, build_cmd : String = DEFAULT_BUILD_CMD) : Bool #

[View source]
def to_command : Argy::Command #

[View source]
def validate_paths(frontend_dir : String, app_entry : String) : String | Nil #

[View source]