davidB / asdf-cargo-binstall

cargo-binstall plugin for the asdf version manager and mise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-cargo-binstall Build Lint

cargo-binstall plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar (linux) or zip (apple), and POSIX utilities.
  • CARGO_HOME: set this environment variable in your shell config to load the correct version of tool x.

Install

Plugin:

asdf plugin add cargo-binstall
# or
asdf plugin add cargo-binstall https://github.com/davidB/asdf-cargo-binstall.git

cargo-binstall:

# Show all installable versions
asdf list-all cargo-binstall

# Install specific version
asdf install cargo-binstall latest

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

# Now cargo-binstall commands are available
cargo-binstall -V

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

About

cargo-binstall plugin for the asdf version manager and mise

License:Creative Commons Zero v1.0 Universal


Languages

Language:Shell 100.0%