Standalone package-consumption examples
The examples tree contains small applications that consume MdWrk packages through their public package interfaces rather than private workspace internals.
Good package ecosystems prove that the published API shape works outside the first-party app. These examples do that validation work.
editor-basic/for source editing plus renderer integration.renderer-basic/for renderer-only consumption.- A boundary check that reinforces package API usage instead of internal imports.
Node.js 20.x through 22.x, matching the workspace engine contract in the root package manifest.
npm installnpm run build -w @mdwrk/example-renderer-basic
npm run build -w @mdwrk/example-editor-basic- Renderer example - renderer package usage
- Editor example - editor package usage
- Packages index - published package families