symplify/rule-doc-generator
最新稳定版本:12.2.5
Composer 安装命令:
composer require symplify/rule-doc-generator
包简介
Documentation generator for coding standard or static analysis rules
README 文档
README
Generate Documentation for you Sniffer, Fixer, Rector, PHPStan... any rule in nice styled Markdown syntax with PHP Code examples everyone will understand.
Install
composer require symplify/rule-doc-generator --dev
Usage
To generate documentation from rules, use generate command with paths that contain the rules:
vendor/bin/rule-doc-generator generate src/Rules
The file will be generated to /docs/rules_overview.md by default. To change that, use --output-file:
vendor/bin/rule-doc-generator generate src/Rules --output-file docs/symplify_rules.md
Happy coding!
统计信息
- 总下载量: 2.69M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 31
- 点击次数: 1
- 依赖项目数: 32
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-11-09