wisent-ai/Adam DocGen
Automatically generate comprehensive documentation for any codebase
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the project root (default: .) | no | . |
| output | Output file path (default: DOCS.md) | no | DOCS.md |
| format | Output format: markdown or json | no | markdown |
| changelog | Include git changelog (true/false) | no | true |
| commit | Auto-commit generated docs (true/false) | no | false |
Outputs
| name | description |
|---|---|
| docs-file | Path to the generated documentation file |
| total-files | Number of source files analyzed |
| total-functions | Number of functions documented |