Skip to content

Magento2 module lists all theme hierarchy in cli tree format

License

Notifications You must be signed in to change notification settings

cyildirim/theme-hierarchy-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Magento2 module lists all theme hierarchy in cli tree format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages