Examples
Examples
Writes Selected Output
This is the only structure command that writes output. --dry-run renders in memory but creates neither the output directory nor file.
Command
doc-gen structure generateCategory
Project Structure
Quick Command
doc-gen structure generate [OPTIONS]1. Preview​
Terminal
bashdoc-gen structure generate . --dry-runResult: Renders without writing.
2. Default output​
Terminal
bashdoc-gen structure generate .Result: Writes configured output.
3. Custom output​
Terminal
bashdoc-gen structure generate . --output docs/PROJECT_STRUCTURE.mdResult: Writes selected file.
4. Detailed smart​
Terminal
bashdoc-gen structure generate . --profile detailed --smartResult: Uses detailed profile with optimization.