reviewmarks
v0.1.3
Published
CLI for review comments inside plain Markdown.
Maintainers
Readme
ReviewMark CLI
ReviewMark keeps review comments inside plain Markdown and renders them beside the blocks they review.
Use it for technical docs, specs, and AI-generated plans that need review comments without leaving portable text.
Install
npm install -g reviewmarksOr run it without a global install:
npx reviewmarks preview spec.mdCommands
reviewmark list spec.md
reviewmark validate spec.md
reviewmark render spec.md --stdout
reviewmark render spec.md --out spec.review.html
reviewmark render spec.md --watch --out spec.review.html
reviewmark strip spec.md --out spec.clean.md
reviewmark preview spec.mdThe package ships as a self-contained CLI bundle. It does not require installing @reviewmark/core separately.
Docs and live demo: https://reviewmark.dev
