module

Baggage

Main module of the program. All basic commands reside here

Instance methods

build(release : Bool, run : Bool) : ConfigJSON | Nil

Builds the project, maps to "build"

Source
clean

Cleans the project of any build artifacts, maps to "clean"

Source
init(args : ConfigJSON, library : Bool)

Scaffolds a basic project structure, maps to "init"

Source
validate_project(args : ConfigJSON)

Validates the project's config

Source

Nested types