popsu-d9/old.vendor/drupal/console-en/translations/generate.module.file.yml
2022-04-27 11:30:43 +02:00

13 lines
441 B
YAML

description: 'Generate a .module file'
help: 'The <info>generate:module:file</info> command helps you to generate a new .module file'
welcome: 'Welcome to the Drupal Module File generator'
options:
module: 'The Module name'
questions:
module: 'Enter the new module name'
examples:
- description: 'Generate the .module file specifying the module name'
execution: |
drupal generate:module:file \
--module="modulename"