← Back to tools
View AGENTS.md for bashly
bashly
Generate feature-rich bash command line tools from YAML config
Description
bashly is a command line application written in Ruby that lets you generate feature-rich bash command line tools. Define your CLI in a YAML configuration file and bashly generates a complete bash script with argument parsing, help text, and subcommands.
AI Summary
CLI generator that creates feature-rich bash command line tools from YAML configuration
Capabilities
- + Generate bash CLI tools from YAML config
- + Support subcommands and nested commands
- + Auto-generate argument parsing and help text
- + Create complete bash scripts with validation
Use When
- → When building bash CLI tools with proper argument parsing
- → When you want to generate bash scripts from configuration