Closed JPustkuchen closed 10 months ago
This request belongs in https://github.com/Chi-teck/drupal-code-generator which drush uses.
Thanks @weitzman I didn't know that. I created that one here: https://github.com/Chi-teck/drupal-code-generator/issues/120
Is your feature request related to a problem? Please describe. I just read through https://weknowinc.com/blog/creating-custom-ajax-command-drupal-8 as I need a custom AJAX Command (AjaxResponse).
I first looked into
drush gen
but couldn't find a command for that.drupal generate:ajax:command
shows:The command can be found here: https://github.com/hechoendrupal/drupal-console-en/blob/master/translations/generate.ajax.command.yml
Describe the solution you'd like Provide a drush gen replacement for that command to generate custom AjaxResponse Commands.