s9e/repdoc

Read-Eval-Print your doc.

Maintainers

👁 s9e

Package info

github.com/s9e/REPdoc

Homepage

pkg:composer/s9e/repdoc

Statistics

Installs: 241

Dependents: 3

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2023-11-29 17:55 UTC

Requires

Requires (Dev)

Suggests

Provides

None

Conflicts

None

Replaces

None

MIT 9b5b27ed2f9b6d4247ae9489c46ee078d43f3c4c

docdevREPL

This package is auto-updated.

Last update: 2026-05-29 01:52:27 UTC


README

REPdoc is a command line that brings Read-Eval-Print to your docs.

Supported markup

Markdown

File extension: md.
Markup format: one fenced code block marked as php immediately followed by one fenced code block, set to any language or none.

```php
echo str_rot13('Bhgchg vf cevagrq urer.');
```
```plain
Output is printed here.
```