steedos-plugin
Installation
SKILL.md
Builder6 Plugin System | Builder6 插件系统
Overview | 概述
Builder6 supports dynamic plugin loading at startup. Plugins are NPM packages that provide NestJS modules and/or Moleculer services. They are configured via environment variables and automatically installed in the plugins/ directory.
Plugin Types | 插件类型
1. NestJS Module Plugins (B6_PLUGIN_MODULES)
NestJS modules loaded via PluginModule.forRootAsync():
B6_PLUGIN_MODULES=@builder6/plugin-custom,@myorg/plugin-erp
Each package must export a default NestJS module from dist/plugin.module.js: