erikgaal/cx
最新稳定版本:v0.3.5
Composer 安装命令:
composer require erikgaal/cx
包简介
README 文档
README
Nx but for Composer
Installation
composer require --dev erikgaal/cx
Usage
Affected
Run tasks in projects affected by changes.
composer affected -t test
| Option | Description |
|---|---|
--bail |
Stop on first error |
--base |
Base of the current branch (usually main) |
--exclude |
Exclude certain projects from being processed |
--graph |
Show the task graph of the command |
--head |
Latest commit of the current branch (usually HEAD) |
--project, -p |
Filter certain projects from being processed |
--target, -t |
Tasks to run for affected projects |
--uncommitted |
Only uncommitted changes |
--untracked |
Only untracked changes |
Graph
Show the dependency graph of the project.
composer graph
| Option | Description |
|---|---|
--affected |
Highlight affected projects |
--base |
Base of the current branch (usually main) |
--head |
Latest commit of the current branch (usually HEAD) |
--target, -t |
Tasks to run for affected projects |
--uncommitted |
Only uncommitted changes |
--untracked |
Only untracked changes |
Run many
Run tasks in multiple projects.
composer run-many [target]...
| Option | Description |
|---|---|
--project, -p |
Projects to run |
--parallel |
Run tasks in parallel |
--outputStyle |
How task output should be displayed.dynamic: recommended for local development, overwrites previous outputstatic: recommended for CI, no output is overwritten |
统计信息
- 总下载量: 426.33k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-12-16