mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
528 B
Plaintext
30 lines
528 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# doctum
|
|
|
|
> Generate documentation for a PHP API.
|
|
> More information: <https://github.com/code-lts/doctum>.
|
|
|
|
- Parse a project:
|
|
|
|
`doctum parse`
|
|
|
|
- Render a project:
|
|
|
|
`doctum render`
|
|
|
|
- Parse then render a project:
|
|
|
|
`doctum update`
|
|
|
|
- Parse and render only a specific version of a project:
|
|
|
|
`doctum update --only-version={{version}}`
|
|
|
|
- Parse and render a project using a specific configuration:
|
|
|
|
`doctum update {{path/to/config.php}}`
|