Skip to content

mise-plugins/asdf-cargo-make

Repository files navigation

asdf-cargo-make

Build Lint

cargo-make plugin for the asdf version manager.
Tested also mise.

Dependencies

  • asdf-vm or mise
  • bash, curl, unzip: generic POSIX utilities.

This plugin requires unzip to be installed.

If you have a Debian system like Ubuntu, you can install it by typing sudo apt-get install unzip.

Install

Plugin:

asdf plugin add cargo-make https://github.com/kachick/asdf-cargo-make.git

short-name is also available if you turn off disable_plugin_short_name_repository

asdf plugin add cargo-make

cargo-make:

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

# Install specific version
asdf install cargo-make latest

# NOTE: This plugin supports only cargo-make 0.16.0+

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

# Now cargo-make commands are available
cargo-make make --help
# Latest versions have `makers` command too
makers --version

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

Contributing

Contributions of any kind welcome! See the contributing guide.

License

See LICENSE