matiux/php-project-autopilot
Composer 安装命令:
composer require matiux/php-project-autopilot
包简介
README 文档
README
Move scripts into project by adding cp command in composer.json file
{
"scripts": {
"post-install-cmd": [
"bash vendor/matiux/php-project-autopilot/src/configure.sh"
],
"post-update-cmd": [
"bash vendor/matiux/php-project-autopilot/src/configure.sh"
]
}
}
After installation, if necessary, customize check_all, setup functions and the list of supported operations by
editing my_config.sh file.
You can also override existing functions:
cp tools/bin/project/override.template.sh tools/bin/project/override.sh
统计信息
- 总下载量: 4.12k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 6
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-09