xmdx-napi
v0.0.2
Published
High-performance streaming Markdown to HTML parser built with Rust for Astro (Node.js NAPI bindings)
Maintainers
Readme
Markflow N-API (crates/napi)
Build / Test
- Install deps first (required):
pnpm install --frozen-lockfile
- Build NAPI binary:
pnpm run build:napi
- Smoke test against fixture:
pnpm run smoke:napi -- ../../fixtures/core/markdown/hello.md
Notes
napiCLI must be available vianode_modules/.bin(comes from devDependencies). If you seenapi: not found, run the install step above.- CI follows the order: install → build → smoke test (see
.github/workflows/ci.yml).
