Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.04 KB

Theme Hierarchy Tree for CLI

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