/asdf-ffizer

package to distribute ffizer via asdf

Primary LanguageShell

asdf-ffizer Build

ffizer plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.
  • SOME_ENV_VAR: set this environment variable in your shell config to load the correct version of tool x.

Install

Plugin:

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

ffizer:

# Show all installable versions
asdf list-all ffizer

# Install specific version
asdf install ffizer latest

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

# Now ffizer commands are available
ffizer --version

Check asdf readme for more instructions on how to install & manage versions.