boxlang-core-dev-module-development
Installation
SKILL.md
BoxLang Module Development
Overview
A BoxLang module is a packaged unit of functionality that extends the runtime
with new built-in functions (BIFs), components, interceptors, and Java libraries.
Modules are auto-discovered by the runtime on startup and managed through the
ModuleService. The official module template
is the recommended starting point.