mpaape/AurumCode Documentation Generator
Multi-language documentation generator with AI-powered enhancements
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source-dir | Source code directory to scan | no | . |
| output-dir | Output directory for generated documentation (auto-generated API docs) | no | .aurumcode |
| languages | Comma-separated list of languages to extract (empty = all) | no | "" |
| incremental | Enable incremental mode (only process changed files) | no | false |
| generate-welcome | Generate AI-powered welcome page from README | no | false |
| llm-api-key | API key for LLM provider (required if generate-welcome=true) | no | "" |
| llm-base-url | Base URL for LLM API (for custom endpoints) | no | "" |
| build-jekyll | Build Jekyll site after documentation generation | no | true |
Outputs
| name | description |
|---|---|
| docs-generated | Number of documentation files generated |
| languages-detected | Languages detected in the repository |