PLUGIN = {
name = "yarn",
author = "mise-plugins",
version = "0.1.0",
description = "Yarn package manager plugin for mise",
homepage = "https://github.com/mise-plugins/mise-yarn",
license = "MIT",
notes = [[
This plugin installs Yarn package manager.
Supports both Yarn Classic (v1.x) and Yarn Berry (v2.x+).
]],
minRuntimeVersion = "0.5.0",
}
return PLUGIN