fetchtex/theme-hierarchy-tree

此magento2模块以命令行树形格式列出所有主题的层次结构。

安装: 6

依赖项: 0

建议者: 0

安全: 0

星级: 0

关注者: 1

分支: 0

开放问题: 0

类型:magento2-module

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

This package is auto-updated.

Last update: 2024-09-11 07:21:28 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

此模块会在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