• v0.1.0 e9ba80d6ac

    v0.1.0
    Some checks failed
    CI / test (push) Failing after 6s
    Release / release (push) Failing after 6s
    Stable

    7000pctAUTO released this 2026-01-29 16:55:39 +00:00 | 0 commits to main since this release

    Initial 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-cli
    

    Quick Start

    code-doc generate /path/to/project
    
    Downloads