Monorepo for arm-next — Rust-powered HTML→Markdown for Next.js (WebAssembly, Edge-compatible).
- Published package:
packages/arm-next(npm install arm-next) - Example app:
examples/minimal
Documentation and feature overview live in the package README.
npm install
npm run build # build the library (TS + optional: build:wasm inside package)
npm run dev # example Next.js appRust tests:
npm run test:rust
npm run test:rust:wasmReleases use Changesets: add a changeset from the repo root, merge the “Version Packages” PR, then CI publishes to npm.
MIT — see LICENSE.