@mdwrk/mdwrkcom-content-pack
v0.1.6
Published
MdWrk public lander content pack with source pages, markdown data, public assets, and generated discovery artifacts.
Maintainers
Readme
@mdwrk/mdwrkcom-content-pack
MdWrk public-site content distribution
This package distributes the mdwrk.com source content tree, markdown data, public assets, and generated discovery artifacts.
Why
Use it when you need the content itself as a package boundary rather than consuming the mdwrk.com app repository structure directly.
What
- Source content and markdown data roots.
- Sitemap definition path and generated discovery outputs.
- Path helpers for consumers that need stable package-relative access.
Installation
Node.js 20.x through 22.x, matching the workspace engine contract in the root package manifest.
npm install @mdwrk/mdwrkcom-content-packUsage
import { mdwrkcomContentPack, resolveMdwrkcomContentPackPath } from "@mdwrk/mdwrkcom-content-pack";
console.log(mdwrkcomContentPack.generatedArtifacts);
console.log(resolveMdwrkcomContentPackPath(mdwrkcomContentPack.sitemapPath));Related
- Packages index - family and package navigation
- Root README - repo overview
