bashly-framework/bashly
Bash command line framework and CLI generator observed · 2026-08-28
Health v2 · maintenance only
97/100
- Activity 99
- Release rhythm 92
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 25
- age_days: 2479
- days_rel: 55
- days_push: 9
- n_releases_24m: 20
Adoption not part of the score
2448 stars · 95 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Bashly is a Ruby-based command line tool that generates feature-rich, standalone bash CLI scripts from a simple YAML configuration file. It handles argument parsing, validation, usage/help text, subcommands, bash completions, and documentation generation so developers only write their core command logic.
Use cases
- generate a bash CLI tool with subcommands from a YAML spec
- add argument parsing and validation to a bash script
- auto-generate usage help text and man pages for a shell tool
- create bash completions for my command line script
- build a shellcheck-compliant single-file bash script
- scaffold a CLI wrapper around internal scripts
When to choose
- you want to write CLI tools in bash without hand-rolling argument parsing
- you need a single standalone script with no runtime dependencies beyond bash 4.2+
- you want automatic help text, completions, and docs from one config file
When to avoid
- you need performance or complex data structures beyond what bash offers
- you prefer writing CLIs in a compiled or higher-level language
- your target environments lack bash 4.2 or higher
Facets
cli-tool · maturity stable
cli developer-tools parser documentation developer-tools documentation cli cross-platform windows bash yaml-config cli-generator shell-scripting ruby-gem bash-completions man-pages code-generator command-line automation linux macos docker
3 sources
- readme: https://github.com/bashly-framework/bashly · fetched 2026-08-28 · 13a5f5232988
- homepage: https://bashly.dev · fetched 2026-08-29 · 67d0de2011a7
- site_page: https://bashly.dev/installation · fetched 2026-08-29 · c43d5858731c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bashly-framework/bashly | main | 97 |
For agents
markdown · JSON · MCP: product_card(name="bashly-framework/bashly")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem