boilerplate plugin for the asdf version manager.
bash
,curl
, and POSIX utilities.
Plugin:
asdf plugin add boilerplate https://github.com/gruntwork-io/asdf-boilerplate.git
boilerplate:
# Show all installable versions
asdf list-all boilerplate
# Install specific version
asdf install boilerplate latest
# Set a version globally (on your ~/.tool-versions file)
asdf global boilerplate latest
# Now boilerplate commands are available
boilerplate --version
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.