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