Getting Started
This section is the shortest path from zero to a working Octopus widget.
What You Will Build
A widget package that:
Exports a
makeWidgetDef(...)definitionUses schema defaults as its
defaultConfigsource of truthRuns locally with
createMockHost+DevProvidersCan be registered by the Octopus host
Which Path To Choose
Use
ska-octopus-build-widgetswhen you want a production ready scaffold quickly.Use manual setup only when the generated template needs custom behavior.