rudra / docs
Command line tool for generating markdown-formatted class documentation
Installs: 807
Dependents: 13
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
pkg:composer/rudra/docs
Requires
- php: >=8.3
- rudra/cli: v25.10
- rudra/container: v25.10
This package is auto-updated.
Last update: 2025-10-17 08:36:15 UTC
README
Rudra-Documentation-Collector | API
Install | Установка
composer require rudra/docs
Generate docs for all classes in a source directory | Создание документации для всех классов в каталоге
$ ./vendor/bin/rudra-docs run
$ ./vendor/bin/rudra-docs create
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