skilldlabs/drupal-cleanup
最新稳定版本:1.4
Composer 安装命令:
composer require skilldlabs/drupal-cleanup
包简介
Removes files on Drupal packages.
关键字:
README 文档
README
Composer plugin to remove files on Drupal packages
You can configure the plugin using the root package's composer.json extra field, like this:
"extra": {
"drupal-cleanup": {
"drupal-core": [
"modules/*/tests",
"modules/*/src/Tests",
"profiles/demo_umami",
"profiles/*/tests",
"profiles/*testing*"
],
"drupal-module": [
"tests",
"src/Tests"
],
"exclude": [
"web/modules/contrib/devel/.spoons"
]
}
}
统计信息
- 总下载量: 44.56k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-06-03