andersundsehr/no-ci
最新稳定版本:1.1.0
Composer 安装命令:
composer require andersundsehr/no-ci
包简介
composer @no-ci addon
README 文档
README
install
composer req andersundsehr/no-ci
what does it do
This plugin adds the possibility to add @no-ci/@ci to any composer script.
you can Add it in front of every possible composer script. documentation
Example composer.json
{
"scripts": {
"test": [
"@no-ci @php vendor/bin/phpunit -c phpunit.xml",
"@ci @php vendor/bin/phpunit -c phpunit-ci.xml"
],
"other:examples": [
"@no-ci Composer\\Config::disableProcessTimeout",
"@no-ci @clearCache",
"@no-ci @composer install",
"@no-ci @php script.php",
"@no-ci @putenv COMPOSER=phpstan-composer.json",
"@no-ci ls -alh"
],
"clearCache": "rm -rf var"
}
}
with ♥️ from anders und sehr GmbH
If something did not work 😮
or you appreciate this Extension 🥰 let us know.
We are hiring https://www.andersundsehr.com/karriere/
统计信息
- 总下载量: 24.38k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2022-12-13