Kaudaj / prestashop-maker

Boilerplate code generator for PrestaShop
Academic Free License v3.0
17 stars 4 forks source link

Add option to select which CQRS command/query to generate #8

Open tom-combet opened 2 years ago

tom-combet commented 2 years ago

Is your feature request related to a problem? Please describe.

As a user, I want to be able to generate one CQRS command or query (Add, Edit, Delete or Get) so that I can complete an existing CRUD CQRS domain.

Describe the solution you'd like

Add an option in CRUD CQRS maker.

Usage: --command="command" Possible values: "add", "edit", "delete" and "get"

Describe alternatives you've considered

N/A.

Additional context

Especially useful in PrestaShop migration context.