drush

composer require drush/drush - ставит за секунды

vendor/bin/drush generate theme - Генерирует тему оформления

• themes/miltorg/css
• themes/miltorg/css/base/elements.css
• themes/miltorg/css/components/block.css
• themes/miltorg/css/components/breadcrumb.css
• themes/miltorg/css/components/buttons.css
• themes/miltorg/css/components/field.css
• themes/miltorg/css/components/form.css
• themes/miltorg/css/components/header.css
• themes/miltorg/css/components/menu.css
• themes/miltorg/css/components/messages.css
• themes/miltorg/css/components/node.css
• themes/miltorg/css/components/sidebar.css
• themes/miltorg/css/components/table.css
• themes/miltorg/css/components/tabs.css
• themes/miltorg/css/layouts/layout.css
• themes/miltorg/css/theme/print.css
• themes/miltorg/images
• themes/miltorg/js/miltorg.js
• themes/miltorg/logo.svg
• themes/miltorg/miltorg.info.yml
• themes/miltorg/miltorg.libraries.yml
• themes/miltorg/miltorg.theme
• themes/miltorg/package.json
• themes/miltorg/templates/block
• themes/miltorg/templates/field
• themes/miltorg/templates/menu
• themes/miltorg/templates/node
• themes/miltorg/templates/page
• themes/miltorg/templates/view

vendor/bin/drush generate module - Генерирует модуль с помощью опроса. Если со всем соглашаться - файлов очень много - около 20 и куча папок

Генерирует в туже папку где и находится.

• modules/andron/andron.info.yml
• modules/andron/andron.install
• modules/andron/andron.libraries.yml
• modules/andron/andron.links.menu.yml
• modules/andron/andron.module
• modules/andron/andron.permissions.yml
• modules/andron/andron.routing.yml
• modules/andron/andron.services.yml
• modules/andron/src/Controller/AndronController.php
• modules/andron/src/EventSubscriber/AndronSubscriber.php
• modules/andron/src/Form/SettingsForm.php
• modules/andron/src/Plugin/Block/ExampleBlock.php

Компьютер: