Fast typed binary serialization.
bash,curl,tar, and POSIX utilities
Plugin:
asdf plugin add bebop https://github.com/hyperpolymath/asdf-bebop-plugin.gitbebop:
# Show all installable versions
asdf list-all bebop
# Install specific version
asdf install bebop latest
# Set a version globally (in your ~/.tool-versions file)
asdf global bebop latest
# Now bebop commands are available
bebop --versionCheck asdf readme for more instructions.
# List installed versions
asdf list bebop
# Set local version for current directory
asdf local bebop <version>
# Uninstall a version
asdf uninstall bebop <version>Contributions welcome! Read the contributing guidelines first.
Licensed under the Palimpsest-MPL License (PMPL-1.0).
Maintained by hyperpolymath