rudra/docs

Command line tool for generating markdown-formatted class documentation

Maintainers

Package info

github.com/Jagepard/Rudra-Documentation-Collector

Issues

pkg:composer/rudra/docs

Statistics

Installs: 1 330

Dependents: 13

Suggesters: 0

Stars: 1

v26.7 2026-06-18 13:52 UTC

This package is auto-updated.

Last update: 2026-06-26 07:12:26 UTC


README

Maintainability CodeFactor

Rudra-Documentation-Collector | API

Install

composer require rudra/docs

Generate docs for all classes in a source directory

$ ./vendor/bin/rudra-docs

Add a command to Rudra Framework config/commands.yml

make:docs:
  - Rudra\Markdown\Command\MakeDocumentation

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

Enter file name: api

License

This project is licensed under the Mozilla Public License 2.0 (MPL-2.0) — a free, open-source license that:

  • Requires preservation of copyright and license notices,
  • Allows commercial and non-commercial use,
  • Requires that any modifications to the original files remain open under MPL-2.0,
  • Permits combining with proprietary code in larger works.

📄 Full license text: LICENSE
🌐 Official MPL-2.0 page: https://mozilla.org/MPL/2.0/