定制 bowlofsoup/interlude 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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 git without it being in detached mode, e.g. to create new branches for the package
  • You can use composer require to 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:

  • git
  • find
  • sed
  • awk

统计信息

  • 总下载量: 172
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: Shell

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-03-21