rudra/docs

Command line tool for generating markdown-formatted class documentation

dev-master 2024-03-21 19:09 UTC

This package is auto-updated.

Last update: 2024-04-21 19:24:50 UTC


README

Scrutinizer Code Quality CodeFactor Code Intelligence Status Maintainability License: MIT

Rudra-Documentation-Collector | API

Install | Установка

composer require rudra/docs

Generate docs for all classes in a source directory | Создание документации для всех классов в каталоге

$ ./vendor/bin/rudra docs

Specify the path of the required folder with classes | Указываем путь необходимой папки с классами

Enter source directory: src or | или Enter source directory: vendor/rudra/cli

Specify the name of the output file .md | Указываем название выходного файла .md

Enter file name: api