Installs Babashka for Clojure validation.
Downloads the appropriate binary for your OS/architecture
and places it in _build/tools/bb.
Usage
mix ptc.install_babashka
mix ptc.install_babashka --force # Reinstall even if present
mix ptc.install_babashka --version 1.4.192 # Specific versionSupported Platforms
- macOS (Apple Silicon and Intel)
- Linux (x86_64)
What This Does
- Detects your OS and architecture
- Downloads the appropriate Babashka binary from GitHub releases
- Extracts and places it at
_build/tools/bb - Makes the binary executable
- Verifies the installation