phpdocumentor / guides-cli
允许您将phpDocumentor Guides作为独立应用程序以控制台命令运行
1.2.1
2024-03-19 20:55 UTC
Requires
- php: ^8.1
- monolog/monolog: ^2.9 || ^3.0
- phpdocumentor/guides: ^1.0
- phpdocumentor/guides-restructured-text: ^1.0
- symfony/config: ^5.4 || ^6.3 || ^7.0
- symfony/console: ^5.4 || ^6.3 || ^7.0
- symfony/dependency-injection: ^5.4 || ^6.3 || ^7.0
- symfony/event-dispatcher: ^5.4 || ^6.3 || ^7.0
README
phpDocumentor Guides
此存储库是phpDocumentor的指南库的一部分 phpDocumentor's Guides library,这是一个框架,旨在从代码仓库中提取手写文档并从中创建AST(抽象语法树)。然后,将此AST传递给渲染器,生成所需的输出,如HTML。
该包 phpdocumentor/guides-cli 包含用于独立处理文档文件的应用程序和Symfony控制台命令。