vfox 2026.3.3

Interface to vfox plugins
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
--- Plugin metadata
PLUGIN = {}

PLUGIN.name = "bpkg"
PLUGIN.version = "0.1.0"
PLUGIN.homepage = "https://github.com/mise-plugins/vfox-bpkg"
PLUGIN.license = "Apache-2.0"
PLUGIN.description = "Lightweight bash package manager"
PLUGIN.notes = "Requires bash"

--- Minimum vfox version required
PLUGIN.minRuntimeVersion = "0.3.0"