A vfox plugin for bashly - a command line application (in Bash) framework and target.
# With mise
mise install vfox:mise-plugins/vfox-bashly@1.2.0
# With vfox
vfox add mise-plugins/vfox-bashly
vfox install bashly@1.2.0- Ruby (for running bashly via bundler)
# With mise
mise use vfox:mise-plugins/vfox-bashly@1.2.0
bashly --version
# Or run directly
mise x vfox:mise-plugins/vfox-bashly@1.2.0 -- bashly --helpThis plugin installs bashly via Ruby's bundler with an isolated gem environment. Each version gets its own:
GEM_HOMEdirectoryGemfilewith the specific bashly version- Wrapper script that sets up the correct environment
Apache-2.0