@mdwrk/extension-manager
v1.2.2
Published
First-party bundled operator console extension for browsing, enabling, disabling, diagnosing, and configuring MdWrk extensions.
Downloads
271
Maintainers
Readme
@mdwrk/extension-manager
First-party extension operations console
This package provides the first-party bundled operator console for browsing, enabling, disabling, configuring, and diagnosing MdWrk extensions.
Why
Use it when you want a concrete management surface on top of the runtime rather than only the headless runtime APIs.
What
- A packaged first-party extension, not the core runtime itself.
- Views and UI for extension inventory, state, and diagnostics.
- A bundled entry surface consumed by the client host.
Installation
Node.js 20.x through 22.x, matching the workspace engine contract in the root package manifest.
npm install @mdwrk/extension-manager @mdwrk/extension-runtimeUsage
Import this package into a host that already exposes the MdWrk extension runtime and host APIs.
Related
- Packages index - family and package navigation
- Root README - repo overview
