Registry for managing scaffold instances
Class methods
all
Get all registered scaffolds
Sourceget(type : Config::Options::ScaffoldType) : Base
Sourcehas?(type : Config::Options::ScaffoldType) : Bool
Check if a scaffold type is registered
Sourcelist
List all available scaffold types with descriptions
Sourceregister(scaffold : Base)
Register a scaffold instance
Source