@jingbof/reviewmark
v0.1.0
Published
CLI for hidden, structured review comments in Markdown.
Downloads
127
Readme
ReviewMark CLI
ReviewMark adds hidden, structured review comments to Markdown and renders them beside the blocks they review.
Install
npm install -g @jingbof/reviewmarkOr run it without a global install:
npx @jingbof/reviewmark 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
