• v0.1.0 b19d6d486c

    v0.1.0 - Initial Release
    Some checks failed
    CI / test (push) Failing after 11s
    Stable

    7000pctAUTO released this 2026-01-31 17:15:26 +00:00 | 32 commits to main since this release

    What's Changed

    Initial release of DocGen-CLI - A CLI tool that automatically scans codebases, detects API endpoints and function signatures, and generates beautiful interactive self-hosted API documentation with zero configuration.

    Features

    • Multi-language endpoint detection (Python, JavaScript, Go, Rust)
    • Stripe-like interactive HTML documentation
    • Markdown output format
    • Live reload development server
    • Zero configuration
    • Beautiful terminal output

    Supported Frameworks

    • Python: FastAPI, Flask, Django
    • JavaScript/TypeScript: Express, Fastify
    • Go: Gin, chi
    • Rust: Actix-web

    Output Formats

    • HTML (interactive documentation)
    • Markdown (GitHub-compatible)
    • OpenAPI 3.0 specification
    Downloads