• v1.0.0 6c5cf62bc6

    Release v1.0.0
    Some checks failed
    CI / test (push) Failing after 5s
    CI / build (push) Has been skipped
    Release / release (push) Failing after 6s
    Stable

    7000pctAUTO released this 2026-01-30 07:13:55 +00:00 | 0 commits to main since this release

    Initial Release

    Welcome to CLI Spec Generator v1.0.0!

    Features

    • Multi-Language Code Generation: Python argparse, Go flag, Rust clap, Node.js commander/yargs
    • Shell Completions: Auto-generate completions for Bash, Zsh, and Fish
    • Documentation: Generate man pages and README documentation
    • Interactive Wizard: Create specs interactively with the built-in wizard
    • Validation: Catch errors early with built-in spec validation

    Quick Start

    # Install globally
    npm install -g cli-spec-generator
    
    # Generate code from a spec
    cli-spec-gen all my-cli.yaml -o generated/
    
    # Generate shell completions
    cli-spec-gen completion my-cli.yaml --all
    
    # Generate documentation
    cli-spec-gen docs my-cli.yaml
    

    See Also

    Downloads