chisel plugin for the asdf version manager.
bash
,curl
: generic POSIX utilities.
Plugin:
asdf plugin add chisel https://github.com/lwiechec/asdf-chisel.git
chisel:
# Show all installable versions
asdf list all chisel
# Install specific version
asdf install chisel latest
# Set a version globally (on your ~/.tool-versions file)
asdf set -u chisel latest
# Now chisel command are available
chisel --version
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
This repository is adapted from adsf-babashka by Frederic Merizen.
Distributed under the Eclipse Public License, the same as adsf-babashka. © Lukasz Wiechec