bigwhoop/trellog
最新稳定版本:1.1.0
Composer 安装命令:
composer require bigwhoop/trellog
包简介
Generate CHANGELOG files based on Trello lists.
README 文档
README
Generate CHANGELOG files based on Trello lists.
Installation
composer require "bigwhoop/trellog":"^1"
vendor\bin\trellog init
Usage
vendor\bin\trellog generate
vendor\bin\trellog generate > CHANGELOG.md
Config file
By default trellog will create config file named .trellog.yml in the current working directory. You can use the
-c/--config option if your file has a different name or location.
Attention: This conig file will containt your trello API key and read-only access token.
Mapper options
The mapper maps Trello Cards to Changelog Entries, Trello Checklists to Changelog Sections and Trello Checklist Items to Changelog Section Items. The following options are available:
mapper:
options:
follow_trello_urls: true # whether to follow Trello Checklist Items that are an URL to a Trello Card
# and instead use the title of this card as the Changelog Section Item name.
include_archived_cards: false # whether to also retrieve archived cards or not
Printer options
You can use the printer options in the config file to customize the generated output.
printer:
options:
title: The title of the change log
intro: A text displayed beneath the title. Can be as long as you want it to be.
versions_whitelist: # ignore Trello cards not titled ...
- 1.1.0
- 1.0.0
versions_blacklist: # ignore Trello cards titled ...
- 2.0.0
sections_whitelist: # ignore card checklists not named ...
- Added
- Removed
sections_blacklist: # ignore card checklists named ...
- Merges
- Tests
print_empty_sections: false # if true, empty checklists are printed as well
empty_section_template: Text to output if print_empty_sections is true and a section is empty
License
MIT. See LICENSE file.
bigwhoop/trellog 适用场景与选型建议
bigwhoop/trellog 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1.57k 次下载、GitHub Stars 达 21, 最近一次更新时间为 2014 年 11 月 10 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 bigwhoop/trellog 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 bigwhoop/trellog 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 1.57k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 21
- 点击次数: 17
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-10


