fetchtex / theme-hierarchy-tree
This magento2 module lists all theme hierarchy in cli tree format
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: *
- pbergman/tree-helper: 1.0.*
This package is auto-updated.
Last update: 2025-03-11 08:20:18 UTC
README
This module prints hierarchy tree for all themes installed in m2 instance.
Install
composer require --dev fetchtex/theme-hierarchy-tree bin/magento module:enable Fetchtex_ThemeHierarchyTree bin/magento setup:upgrade
Command
bin/magento theme:tree
Sample output:
.
│
├── Magento/blank
│ ├── Magento/luma
│ └── Customer/fashion
│ ├── Custom/fashion_shoe
└── Magento/backend