NeoHsu / asdf-duf

duf plugin for the asdf version manager.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-duf Build Lint

duf plugin for the asdf version manager.

Build History

Build history

Contents

Dependencies

  • bash, curl, tar, unzip(windows) : generic POSIX utilities.

Install

Plugin:

asdf plugin add duf
# or
asdf plugin add duf https://github.com/NeoHsu/asdf-duf.git

duf:

# Show all installable versions
asdf list-all duf

# Install specific version
asdf install duf latest

# Set a version globally (on your ~/.tool-versions file)
asdf global duf latest

# Now duf commands are available
duf -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 © Neo Hsu

About

duf plugin for the asdf version manager.

License:MIT License


Languages

Language:Shell 100.0%