savi plugin for the asdf version manager.
bash
,curl
,tar
: generic POSIX utilities.
First, install asdf.
Then, install the Savi plugin into asdf:
asdf plugin add savi https://github.com/savi-lang/asdf-savi.git
Finally, use the plugin to install the Savi compiler:
# Show all installable versions.
asdf list-all savi
# Install a specific version.
asdf install savi latest
# Set a version globally (on your ~/.tool-versions file).
asdf global savi latest
# Now the Savi compiler is available.
savi eval 'env.out.print("Savi is installed!")'
Check asdf readme for more instructions on how to install & manage versions.
Contributions are welcome! See the contributing guide.