class LuneCLI::Commands::Dev

Defined in:

lune_cli/commands/dev.cr

Instance Method Summary

Instance Method Detail

def dev_lock_slug(app_entry : String) : String #

[View source]
def run(frontend_dir : String, app_entry : String, dev_url : String, dev_cmd : String = DEFAULT_DEV_CMD, watcher : FileWatcher = FileWatcher.new, lock_dir : String = File.join(Path.home, ".lune")) : Bool #

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

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

[View source]