slam/composer-folders-plugin

创建和清理指定的文件夹

v2.2.0 2023-11-20 15:07 UTC

This package is auto-updated.

Last update: 2024-09-21 10:52:42 UTC


README

Latest Stable Version Downloads Integrate Code Coverage

创建和清理指定的文件夹

{
    "require": {
        "slam/composer-folders-plugin": "^1.0"
    },
    "extra": {
        "folders-plugin": {
            "create": {
                "data":         "0770",
                "data/cache":   "0770",
                "data/hide-me": "0500",
                "tmp":          "0777"
            },
            "clean": {
                "data/cache":   "*",
                "tmp":          "*.cache.php"
            }
        }
    }
}