Background: A generator to scaffold command classes helps contributors add commands quickly and consistently.
Tasks:
Acceptance criteria:
make:command HelloWorld creates a properly namespaced class at expected path and registers or documents how to register it.
--force overwrites; tests validate content.
Difficulty: easy–medium
Background: A generator to scaffold command classes helps contributors add commands quickly and consistently.
Tasks:
make:command <Name>command implementation fully functional (currently dummy), seeing that the current MakeCommand class is already cluttered, you may choose to create an entirely new class for this purpose.--forceto overwrite,--commandto define the terminal command that will be used to invoke the class.Acceptance criteria:
make:command HelloWorldcreates a properly namespaced class at expected path and registers or documents how to register it.--forceoverwrites; tests validate content.Difficulty: easy–medium