solidity plugin for the asdf version manager.
bash
,curl
,sed
,grep
,awk
: generic POSIX utilities.
Plugin:
asdf plugin add solidity
Or:
asdf plugin add solidity https://github.com/diegodorado/asdf-solidity.git
solidity:
# 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 --version
Check 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.