folumi-dev/changelog-generator
最新稳定版本:v1.2.1
Composer 安装命令:
composer require folumi-dev/changelog-generator
包简介
Easy way to turn yml files into changlogs with laravel artisan commands.
README 文档
README
Easy way to turn yml files into changelogs with laravel artisan commands.
Installation
You can install the package via composer:
composer require folumi-dev/changelog-generator --dev
You can publish the config file with:
php artisan vendor:publish --tag="changelog-generator-config"
You can publish the translations file with:
php artisan vendor:publish --tag="changelog-generator-translations"
Usage
You can generate a yml file with the following command:
php artisan changelog:file
Afterwards you can generate a new version with:
php artisan changelog:generate {version}
Example:
php artisan changelog:generate v1.0.0
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributors
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-09-06