becklyn/yaml-parameters
Composer 安装命令:
composer require becklyn/yaml-parameters
包简介
Composer script handling the dist parameters file.
README 文档
README
Automates the installation workflow for parameters.yaml files.
Installation and Usage
Add the following code to your composer.json:
{
"require": {
"becklyn/yaml-parameters-handler": "^1.0"
},
"scripts": {
"yaml-parameters": [
"Becklyn\\YamlParameters\\Script::handle"
],
"post-install-cmd": [
"@yaml-parameters"
],
"post-update-cmd": [
"@yaml-parameters"
]
},
"extra": {
"parameters": "config/parameters.yaml"
}
}
The "extra"-parameter is optional, it defaults to config/parameters.yaml.
The .dist file must be named like the target file, with additional .dist infix before the extension (the default is config/parameters.yaml -> config/parameters.dist.yaml)
- All obsolete config will be removed without warning.
- The merging of
.distparameters only works for scalars and arrays.
统计信息
- 总下载量: 972
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2018-01-10