rvtraveller/qs-composer-installer
最新稳定版本:1.2
Composer 安装命令:
composer require rvtraveller/qs-composer-installer
包简介
Install Quicksilver modules for Pantheon into custom locations.
README 文档
README
Creates a new "type" in Composer for quicksilver-scripts so you can treat them separately in Composer installations. This allows you to include Quicksilver scripts as part of a composer based project on Pantheon[https://pantheon.io].
To use this custom installer, require it in your project (root-level) composer.json file. Then, any Composer project of type quicksiver-script will be placed in the directory web/private/scripts/quicksilver. This path may be customized in the installer-paths item in extras.
The web/private/scripts/quicksilver path (or your customized path) should be added to your project's .gitignore.
Example composer.json file
{
"require": {
"rvtraveller/qs-composer-installer": "1.0"
},
"extra": {
"installer-paths": {
"web/private/scripts/quicksilver/{$name}": ["type:quicksilver-script"]
}
}
}
统计信息
- 总下载量: 2.07M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 20
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-12-05