netzmacht/release-notifier
Composer 安装命令:
composer require netzmacht/release-notifier
包简介
Ths package provides a CLI tool to create release notes of packagist releases.
README 文档
README
This tool allows to notify about releases published on packagist to a broader audience.
You can publish the release information as twitter tweet and as a forum post/topic of a forum using tapatalk.
Requirements
- >= PHP 7.1
Install
Global installation
- Make sure that the composer global bin directory is part of your
PATHenvironment variable. - Install the tool with
composer global require netzmacht/release-notifier
Local installation
Alternatively you can install it in any directory locally
- Install the tool with
composer require netzmacht/release-notifier
Usage
The following description assumes you have installed the tool globally. If you have an local installation you have to adjust the executable path.
- Create a configuration file in your current directory
release-notifier create-config config.php
- Edit the configuration file with your publishers and packages.
- Check if any new releases where made (since last run). If config is used the first time, it's checked against today.
release-notifier check -v
- Let the tool publish your releases
release-notifier publish -v
- Setup an cron job to automate the task
The tool used the symfony/console. You might use the list command or --help option to get more information about
the provides commands.
If you want to use the twitter publisher, you have to register an own twitter app and generate the access token online at developer.twitter.com
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2018-09-07