Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / generate.module.file.yml
1 description: 'Generate a .module file'
2 help: 'The <info>generate:module:file</info> command helps you to generate a new .module file'
3 welcome: 'Welcome to the Drupal Module File generator'
4 options:
5   module: 'The Module name'
6 questions:
7   module: 'Enter the new module name'
8 examples:
9   - description: 'Generate the .module file specifying the module name'
10     execution: |
11       drupal generate:module:file  \
12         --module="modulename"