Expand description
Package health and metadata validation. Package health and metadata validation.
This module implements the zoi package doctor command, which performs
static analysis on a .pkg.lua file to identify potential issues,
such as missing metadata, invalid dependency strings, or missing
lifecycle functions.
Structs§
- Doctor
Report - A report containing errors and warnings found during package validation.
Functions§
- run
- Runs a health check on a Zoi package definition.