Expand description
A library for building Spin components.
Enums§
- Target
Checking - Specifies target environment checking behaviour
Functions§
- build
- If present, run the build command of each component.
- build_
default - Run all component build commands, using the default options (build all components, perform target checking). We run a “default build” in several places and this centralises the logic of what such a “default build” means.
- read_
last_ build_ profile - Reads the last build profile from the “last build profile” file.
- save_
last_ build_ profile - Saves the build profile to the “last build profile” file.
- warn_
if_ not_ latest_ build - Prints a warning to stderr if the given profile is not the same as the most recent build in the given application directory.