silverstripe/github-issue-search-composer-util
Composer 安装命令:
composer require silverstripe/github-issue-search-composer-util
包简介
Browse Silverstripe module issues based on dependencies in your composer.lock file
README 文档
README
This utility reads a composer.lock file,
discovers any Silverstripe modules contained there,
and opens the Silverstripe Issue Browser app.
It shows only issues related to those Silverstripe modules.
Installation
Install within a project (auto-discovers lock file)
composer require --dev silverstripe/github-issue-search-composer-util
Install globally (and pass through a lock file)
composer global require silverstripe/github-issue-search-composer-util
Usage
In a Silverstripe project:
vendor/bin/ss-issue-search
Globally with a custom lock file:
cat /my/project/composer.lock | ss-issue-search
The command will output a URL that you can open in your favourite browser.
On MacOSX, you can do this automatically with the open command,
on Windows with the start command.
cat /my/project/composer.lock | ss-issue-search | xargs open
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2020-06-19