-
v0.1.0
Stablereleased this
2026-01-29 16:55:39 +00:00 | 0 commits to main since this releaseInitial Release
First release of code-doc-cli - A CLI tool that automatically extracts documentation from code comments, function signatures, and type annotations.
Features
- Multi-language Support: Parse Python, TypeScript, and Go source files
- Smart Comment Detection: Extract Google-style, JSDoc, and GoDoc comments
- Markdown Generation: Create well-structured documentation with syntax highlighting
- CI/CD Integration: Exit codes and flags for pipeline integration
- Configuration File: Customize behavior with
code-doc.toml - JSON Output: Machine-readable output for tooling integration
Installation
pip install code-doc-cliQuick Start
code-doc generate /path/to/projectDownloads