samsara/roster
Composer 安装命令:
composer require samsara/roster
包简介
A PHP console tool to generate Markdown documentation from your docblocks and types hints using templates.
关键字:
README 文档
README
Installation
To install, simply require the package using composer:
composer --dev require "samsara/roster:^0.1"
Or include it in your composer.json file:
{
"require-dev": {
"samsara/roster": "^0.1"
}
}
The project namespace is Samsara\Roster\*. You can view the project on Packagist.
Examples of Documentation Built With Roster
- Roster: This console program! Of course Roster builds its own documentation. :)
- Fermat: An arbitrary precision math library with trigonometry, statistics and more for PHP.
Documentation
After installing, from your project root on the command-line use:
php vendor/bin/roster [SOURCES_ROOT]
You can read the full documentation for Roster here.
统计信息
- 总下载量: 1.05k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 18
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-only
- 更新时间: 2021-07-03