solidity plugin for the asdf version manager.
bash,curl,sed,grep,awk: generic POSIX utilities.
Plugin:
asdf plugin add solidityOr:
asdf plugin add solidity https://github.com/diegodorado/asdf-solidity.gitsolidity:
# Show all installable versions
asdf list-all solidity
# Install specific version
asdf install solidity latest
# Set a version globally (on your ~/.tool-versions file)
asdf global solidity latest
# Now solidity commands are available
solc --versionCheck asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome!
Testing Locally:
asdf plugin test solidity . solc --version
Tests are automatically run on push.