steedos-package-format
Installation
SKILL.md
Steedos Package Format | Steedos 软件包格式
Overview | 概述
A Steedos package is a self-contained, reusable module containing objects, business logic, UI components, and configurations. Packages are the building blocks of Steedos applications.
Steedos 软件包是独立的、可复用的模块,包含对象、业务逻辑、UI 组件和配置。
Technology Stack | 技术栈
- Language: JavaScript/TypeScript
- Service Framework: Moleculer microservices
- Metadata Format: YAML + JavaScript + JSON
- Package Manager: NPM/Yarn
Package Structure | 软件包结构
steedos-packages/
Related skills