fetchtex/theme-hierarchy-tree

This magento2 module lists all theme hierarchy in cli tree format

dev-master 2021-06-10 23:33 UTC

This package is auto-updated.

Last update: 2024-04-11 06:31:32 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

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