class

Hwaro::Services::Scaffolds::Registry

Inherits Reference / Object

Registry for managing scaffold instances

Class methods

all

Get all registered scaffolds

Source
default

Get the default scaffold

Source
get(type : Config::Options::ScaffoldType) : Base

Get a scaffold by type

Source
has?(type : Config::Options::ScaffoldType) : Bool

Check if a scaffold type is registered

Source
list

List all available scaffold types with descriptions

Source
register(scaffold : Base)

Register a scaffold instance

Source