steedos-validate-package
Installation
SKILL.md
Steedos Package Validation | 软件包校验
After creating or modifying a Steedos package, run the validator to check all files.
Installation | 安装
Add to your project's package.json:
{
"devDependencies": {
"@steedos/validate": "latest"
},
"scripts": {
"validate": "steedos-validate"
}
}