@mdwrk/extension-catalog-hello
v1.2.2
Published
Sample third-party external extension used to validate catalog discovery, installation, trust, and runtime activation.
Maintainers
Readme
@mdwrk/extension-catalog-hello
External catalog sample extension
This package is a sample external extension used to validate catalog discovery, installation, trust, and runtime activation.
Why
Use it when you need a small, auditable example of the external-extension path rather than a large first-party extension.
What
- A tiny extension that registers a view and action-rail item.
- An installable external-package example for trust and catalog flow.
- A simple reference implementation for downstream extension authors.
Installation
Node.js 20.x through 22.x, matching the workspace engine contract in the root package manifest.
npm install @mdwrk/extension-catalog-helloUsage
import extensionCatalogHello from "@mdwrk/extension-catalog-hello";
console.log(extensionCatalogHello.manifest.id);Related
- Packages index - family and package navigation
- Root README - repo overview
