class

Kamil::Cli::InitCommand

Inherits Kamil::Cli::BaseCommand < Reference < Object

Scaffolds a new Kamil project directory structure and default templates.

Instance methods

run(args : Array(String) = [] of String, output_io : IO = @output_io, error_io : IO = @error_io) : Int32

Executes the command with arguments and IO streams.

Source