Goal: complete the ADR flavor so an ADR application can be built without hand-writing boilerplate.
make:responder
make:middleware
make:provider
make:command - a crest command, for packages contributing their own
stub:publish - copy packaged stubs into the project so they can be edited
All reuse Stub, Config and (where routing is involved) Convention. Cheap after make:action; the machinery exists.
stub:publish is what makes the two-level stub chain user-facing - today it works but is undiscoverable.
Goal: complete the ADR flavor so an ADR application can be built without hand-writing boilerplate.
make:respondermake:middlewaremake:providermake:command- a crest command, for packages contributing their ownstub:publish- copy packaged stubs into the project so they can be editedAll reuse
Stub,Configand (where routing is involved)Convention. Cheap aftermake:action; the machinery exists.stub:publishis what makes the two-level stub chain user-facing - today it works but is undiscoverable.