vfox 2026.5.9

Interface to vfox plugins
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- Plugin metadata and configuration for Yarn
---@meta

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