Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidb/asdf-cargo-binstall
cargo-binstall plugin for the asdf version manager and mise
https://github.com/davidb/asdf-cargo-binstall
asdf asdf-plugin
Last synced: about 2 months ago
JSON representation
cargo-binstall plugin for the asdf version manager and mise
- Host: GitHub
- URL: https://github.com/davidb/asdf-cargo-binstall
- Owner: davidB
- License: cc0-1.0
- Created: 2024-02-25T11:01:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T05:11:27.000Z (8 months ago)
- Last Synced: 2024-05-01T22:07:26.063Z (8 months ago)
- Topics: asdf, asdf-plugin
- Language: Shell
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-cargo-binstall [![Build](https://github.com/davidB/asdf-cargo-binstall/actions/workflows/build.yml/badge.svg)](https://github.com/davidB/asdf-cargo-binstall/actions/workflows/build.yml) [![Lint](https://github.com/davidB/asdf-cargo-binstall/actions/workflows/lint.yml/badge.svg)](https://github.com/davidB/asdf-cargo-binstall/actions/workflows/lint.yml)
[cargo-binstall](https://github.com/cargo-bins/cargo-binstall) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [asdf-cargo-binstall ](#asdf-cargo-binstall--)
- [Contents](#contents)
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `bash`, `curl`, `tar` (linux) or `zip` (apple), and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
- `CARGO_HOME`: set this environment variable in your shell config to load the correct version of tool x.# Install
Plugin:
```shell
asdf plugin add cargo-binstall
# or
asdf plugin add cargo-binstall https://github.com/davidB/asdf-cargo-binstall.git
```cargo-binstall:
```shell
# 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](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/davidB/asdf-cargo-binstall/graphs/contributors)!
# License
See [LICENSE](LICENSE)