watchexec plugin for the asdf version manager.
bash
,curl
,tar
.
Plugin:
asdf plugin add watchexec https://github.com/nyrst/asdf-watchexec.git
watchexec:
# Show all installable versions
asdf list-all watchexec
# Install specific version
asdf install watchexec latest
# Set a version globally (on your ~/.tool-versions file)
asdf global watchexec latest
# Now watchexec commands are available
watchexec --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!
See LICENSE © Siegfried Ehret, except lib/semver.sh file which is from https://github.com/cloudflare/semver_bash