Skip to content

Savi plugin for the asdf version manager, to facilitate installing the Savi compiler.

License

Notifications You must be signed in to change notification settings

savi-lang/asdf-savi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-savi Build Lint

savi plugin for the asdf version manager.

Dependencies

  • bash, curl, tar: generic POSIX utilities.

Install

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.

Contributing

Contributions are welcome! See the contributing guide.

Thanks goes to these contributors!

About

Savi plugin for the asdf version manager, to facilitate installing the Savi compiler.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages