bx-sites-plugins
Installation
SKILL.md
BxSites Plugins Reference
A BxSites plugin is nothing more than another BoxLang module - its own
box.json + ModuleConfig.bx, installed as a sibling of bx-sites in the
same runtime. No plugin API to import, no separate registry - BoxLang's own
module system is the plugin system. Installing a module never activates
it as a plugin on its own:
plugins: [ myBxSitesPlugin ]
(see bx-sites-configuration for the plugins key)
Installing a published plugin
bxSites install:plugin --name=bx-sites-plugin-analytics [--version=1.2.0]