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"
Sourceclean
Cleans the project of any build artifacts, maps to "clean"
Sourceinit(args :
ConfigJSON, library :
Bool)
Scaffolds a basic project structure, maps to "init"
Sourcevalidate_project(args : ConfigJSON)
Validates the project's config
Source