定制 garrcomm/markdown-generator 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

garrcomm/markdown-generator

Composer 安装命令:

composer require garrcomm/markdown-generator

包简介

Class Documentation generator

关键字:

README 文档

README

For my code projects, I like to provide proper documentation. Best way, in my opinion, is to start with well-documented code.

To generate markdown formatted documentation based on the codebase, I wrote this small tool.

It uses PHP Reflection to read out code information and formats according to the structure used on php.net documentation.

These projects can be used as an example:

LibraryMarkdown fileConfig
garrcomm/uuidREADME.md.mdgen.json
garrcomm/networking-utilitiesREADME.md.mdgen.json

How to use

Usage is very simple;

  1. Load this package by composer with
    composer require garrcomm/markdown-generator v1.x-dev --dev
    
  2. Create a config file (see the list above for examples)
  3. Execute the generator;
    vendor/bin/mdgen mdgen.json
    

统计信息

  • 总下载量: 41
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 4
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: CC-BY-SA-4.0
  • 更新时间: 2023-05-22