objective-php/docu-mentor

Tool to generate Objective-php's markdown documentation

Maintainers

👁 bcerati

Package info

github.com/objective-php/docu-mentor

pkg:composer/objective-php/docu-mentor

Statistics

Installs: 186

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 1

v1.0.4 2019-06-02 15:12 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

GPL-3.0 243fc7e76ab0cc9c7567e0bd3699adca95a96200

  • Louis Cuny <louis-cuny.woop@gmx.fr>

markdowndocobjective php

This package is auto-updated.

Last update: 2026-06-29 02:25:05 UTC


README

Introduction

We always wanted to make our framework Objective PHP serviceable for every person who get interested getting an use of it. We tried to write documentation in many ways but we choose to write a tool to generate a custom markdown documentation for every components.

Description

Docu-mentor is a CLI tool for the documentation generation for packages.

Installation

Composer

The easiest way to install the library and get ready to play with it is by using Composer. Run the following command :

composer require objective-php/docu-mentor 

The command will be accessible in ./vendor/bin

Configuration directive documentation guides

For :

How to use

Usage

php docu [OPTIONS] 

 -i, --init Generate the docs/.md files 
 -c, --configs Update the config-directive doc file
 -v, --verbose Shows the errors
 -vv, -vvv Shows the errors more expressly
 -f, --force Overwrite the docs
 -h,-u, --help,--usage 
 Show this message
 --config-dir=[path]
 Specify a custom path for the configs 
 --docs-dir=[path] 
 Specify a custom path for output directory
 --composer-file=[path] 
 Specify a custom path for composer.json 

Examples:

Init the whole documentation:

 php docu -ic

Rewrite the config doc:

 php docu -c -v

Rewrite and debug your config:

 php docu -c -vvv

Reset the docs:

 php docu -i --force 

Custom pathes:

 php docu -ic --config-dir=./docs/ --docs-dir=./Config 

The whole documentation

Full documentation can be found at objective-php.org