-
Release v1.0.0
Stablereleased this
2026-01-30 07:13:55 +00:00 | 0 commits to main since this releaseInitial 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.yamlSee Also
Downloads