Builder
A build manager.
Usage
Builder()Parameters
output_dir: str = "dist"-
Directory for build output.
Methods
| Name | Description |
|---|---|
| clean() | Remove build artifacts. |
| run() | Execute the build. |
clean()
Remove build artifacts.
Usage
clean()run()
Execute the build.
Usage
run()Returns
bool-
True if build succeeded.