bowlofsoup/interlude
最新稳定版本:0.5
Composer 安装命令:
composer require bowlofsoup/interlude
包简介
Have an interlude - when working with composer - develop on your packages locally.
README 文档
README
Purpose and functionality
Use this within your PHP Composer project to develop locally on packages.
- Packages are cloned into a separate directory
- Symlinked to the original vendor/ location
- Use
gitwithout it being in detached mode, e.g. to create new branches for the package - You can use
composer requireto e.g. add dependencies (vendor dir is also symlinked to the original)
Installation
Require the package:
composer require bowlofsoup/interlude "^version"
The interlude script should now be in your vendor/bin directory.
Add the following to your .gitignore:
vendor-local/
Usage
'Checkout' a package for local development (use sh)
sh vendor/bin/interlude checkout <package>
'Restore' a package to the original
vendor/bin/interlude restore <package>
External dependencies
A shell (Bash) and these Linux or macOS packages:
gitfindsedawk
统计信息
- 总下载量: 172
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-03-21