fetchtex / theme-hierarchy-tree
此magento2模块以命令行树形格式列出所有主题的层次结构。
dev-master
2021-06-10 23:33 UTC
Requires
- magento/framework: *
- pbergman/tree-helper: 1.0.*
This package is auto-updated.
Last update: 2024-09-11 07:21:28 UTC
README
此模块会在m2实例中打印出所有已安装主题的层次结构树。
安装
composer require --dev fetchtex/theme-hierarchy-tree bin/magento module:enable Fetchtex_ThemeHierarchyTree bin/magento setup:upgrade
命令
bin/magento theme:tree
示例输出
.
│
├── Magento/blank
│ ├── Magento/luma
│ └── Customer/fashion
│ ├── Custom/fashion_shoe
└── Magento/backend