Medic.Checks.Asdf (Medic v2.0.1)

View Source

Doctor checks for the ASDF runtime version manager.

https://asdf-vm.com/#/

Examples

{Check.Asdf, :package_installed?, ["postgres"]}
{Check.Asdf, :plugin_installed?, ["postgres"]}

Summary

Functions

Checks that ASDF can resolve a version for the declared plugin.

Checks that the configured ASDF plugin is installed.

Functions

package_installed?(package)

@spec package_installed?(binary()) :: Medic.Check.check_return_t()

Checks that ASDF can resolve a version for the declared plugin.

plugin_installed?(plugin)

@spec plugin_installed?(binary()) :: Medic.Check.check_return_t()

Checks that the configured ASDF plugin is installed.