# asdf-cairo-coverage **Repository Path**: mirrors_software-mansion/asdf-cairo-coverage ## Basic Information - **Project Name**: asdf-cairo-coverage - **Description**: ASDF plugin for Cairo Coverage - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-17 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # asdf-cairo-coverage [cairo-coverage] plugin for the [asdf] version manager. ## Install This plugin needs `bash`, `curl`, `tar` and other generic POSIX utilities. Everything should be included by default on your system. ```shell asdf plugin add cairo-coverage ``` or ```shell asdf plugin add cairo-coverage https://github.com/software-mansion/asdf-cairo-coverage.git ``` ## Use Show all installable versions: ```shell asdf list all cairo-coverage ``` Install latest version: ```shell asdf install cairo-coverage latest ``` Install specific version: ```shell asdf install cairo-coverage 0.2.0 ``` Set a version globally (in your `~/.tool-versions` file): ```shell asdf set --home cairo-coverage latest ``` Now cairo-coverage commands are available: ```shell cairo-coverage --version ``` Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to install & manage versions. [asdf]: https://asdf-vm.com [cairo-coverage]: https://github.com/software-mansion/cairo-coverage