Examples
Workflow Examples
Inspect Before Generate
Inspect a repository, preview a rendered document, and write only the selected output after review.
Command
doc-genCategory
Examples
Quick Command
doc-gen structure COMMAND [TARGET] [OPTIONS]Read-only inspection
Terminal
bashdoc-gen structure print . --max-depth 3
doc-gen structure analyze . --smart
# Show directories only
doc-gen structure print . --hide-filesPreview, then generate
Terminal
bash# Render in memory and show the resolved plan
doc-gen structure generate . --profile detailed --output docs/project_structure.md --dry-run
# Write the selected output only after review
doc-gen structure generate . --profile detailed --output docs/project_structure.md