Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 2.43 KB

File metadata and controls

47 lines (38 loc) · 2.43 KB

The packages/ tree contains the reusable MdWrk libraries that power authoring, rendering, theming, extensions, lander delivery, and shared primitives.

Why

Well-trafficked package repos treat the package map like a product catalog. This index helps readers move from the repo overview to the exact family or package they need.

What

  • contracts/, renderer/, editor/, extensions/, and most shared/ packages now bridge to extracted maintenance repos while keeping the same npm package names.
  • lander/, @mdwrk/structured-data, and @mdwrk/page-template-demo-content-pack bridge to groupsum/mdwrk-pages.
  • @mdwrk/mdwrkcom-content-pack moved to its new source-of-truth home in mdwrkcom.

Installation

Node.js 20.x through 22.x, matching the workspace engine contract in the root package manifest.

npm install
npm run build

Usage

Pick a family first, then move to a concrete package README for install and API details.

Maintenance Status

  • Use the package READMEs in this repo as legacy bridge docs for packages that have moved.
  • The active source repos are groupsum/mdwrk for renderer/editor/contracts/extensions/shared packages and groupsum/mdwrk-pages for lander, structured-data, and page-template-demo-content-pack packages.
  • @mdwrk/mdwrkcom-content-pack no longer lives in this repo; this path now exists only as a relocation note.

Related