leonhusmann/composer-contribute
Composer 安装命令:
composer require leonhusmann/composer-contribute
包简介
Find open issues in your dependencies and contribute to the packages you rely on.
README 文档
README
Composer Contribute is a Composer plugin that helps you find open issues in your project dependencies, allowing you to contribute to the packages you rely on. It's particularly useful during events like Hacktoberfest.
Features
- Lists open issues from your Composer dependencies.
- Filter issues by labels (e.g.,
good first issue,help wanted,hacktoberfest).
Installation
Global Installation
To install this plugin globally, run:
composer global require leonhusmann/composer-contribute
This will install the plugin and make the contribute command available globally.
Usage
Once installed, you can use the contribute command to find open issues from your project dependencies:
composer contribute
This command will query the dependencies of your current Composer project and list any open issues you can contribute to.
Contributing
We welcome contributions! Here's how you can get started with local development and testing.
Local Development Setup
To contribute to this project, follow these steps to set up the plugin for local development:
-
Fork this repository and clone your fork locally:
git clone https://github.com/leonhusmann/composer-contribute.git cd composer-contribute -
Run
composer installto install the required dependencies. -
Add the local repository path to your global Composer configuration:
composer global config repositories.local path /path/to/your/local/fork
Replace
/path/to/your/local/forkwith the actual path where you cloned the project. -
Install the plugin globally in development mode:
composer global require leonhusmann/composer-contribute:@dev
-
Ensure your global
composer.jsonallows development versions by setting theminimum-stabilitytodev:composer global config minimum-stability dev
-
Now, you can test the
contributecommand:composer contribute
License
This project is licensed under the MIT License. See the LICENSE file for details.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-10-10