pesterhazy / asdf-watchexec

watchexec plugin for the asdf version manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-watchexec Build Lint

watchexec plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar.

Install

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.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Siegfried Ehret, except lib/semver.sh file which is from https://github.com/cloudflare/semver_bash

About

watchexec plugin for the asdf version manager

License:Apache License 2.0


Languages

Language:Shell 100.0%