kalimahapps/daleel
最新稳定版本:1.0.7
Composer 安装命令:
composer require kalimahapps/daleel
包简介
PHP documentation markdown and API generator
README 文档
README
Daleel
PHP documentation generator
Documentation
Documentation for Daleel can be found on the website.
Quick start
- Install through composer
composer require kalimahapps/daleel
- Create
daleel.phpin your working directory and add the following code to it:
<?php use KalimahApps\Daleel\Config; $config = Config::getInstance(); $config->defineConfig( // Configuration array array() );
The minimum requirement for the configuration is to define the versions key.
Check the configuration section for more details.
- Build documentation
./vendor/bin/daleel build
Documentation will be generated in the build directory.
- View documentation
./vendor/bin/daleel serve
License
Daleel is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 28
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-08-19