vanengers/copy
最新稳定版本:v1.0.2
Composer 安装命令:
composer require vanengers/copy
包简介
Symfony Console Command to copy folders and files
README 文档
README
Symfony Console Command to copy folders and files
Installation
composer require vanengers/symfony-console-command-lib
Usage
php bin/copy --source=C:\toCopyPath --destination=C:\destinationPath --excludes=vendor,node_modules
By default Composer files, VCS and Dot files/folders are excluded. You can include them by adding the --ignoreVCS=false, --ignoreDotFiles=false and/or --ignoreComposer=false flags
php bin/copy --source=C:\toCopyPath --destination=C:\destinationPath --excludes=vendor,node_modules --ignoreVCS=false --ignoreDotFiles=false --ignoreComposer=false
How it works.
It copies all files and folders per file/folder. It does not use mirroring, because symlinks are followed, but the extra vendor directory does not need to be copied. Thus resulting in a slower copying process, but making an identical copy of the source directory including the symlinks / vender packages.
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-01-02