sjorek/composer-silent-command-plugin
Composer 安装命令:
composer require sjorek/composer-silent-command-plugin
包简介
A composer-plugin to run commands silently, without tampering with their exit-code.
README 文档
README
A composer-plugin to run commands silently, without tampering with their exit-code.
Installation
Method 1: as a package requirement (recommended!)
php composer.phar require [--dev] sjorek/composer-silent-command-plugin
Method 2: globally, so it is available in all packages
php composer.phar global require sjorek/composer-silent-command-plugin
Documentation
$ php composer.phar help silent Usage: silent <command-name> [<args>]... Arguments: command-name args Options: -h, --help Display this help message -q, --quiet Do not output any message -V, --version Display this application version --ansi Force ANSI output --no-ansi Disable ANSI output -n, --no-interaction Do not ask any interactive question --profile Display timing and memory usage information --no-plugins Whether to disable plugins. -d, --working-dir=WORKING-DIR If specified, use the given directory as working directory. -v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug Help: Use this command as a wrapper to run other Composer commands super silently, without tampering with their exit-code. The only way to get output, is to enable the debug option.
Contributing
Look at the contribution guidelines
Want more?
There is a virtual-environment composer-plugin complementing this composer-plugin.
Links
Status
GitHub
Packagist
Social
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2017-10-27