@markusylisiurunen/dff
v0.0.3
Published
diff review UI for local diffs
Readme
dff
a minimal diff review UI. dff runs git diff, starts a local server, and serves a web UI for reviewing changes.
installation
npm install -g @markusylisiurunen/dff@latestusage
dff
# or pass args straight to git diff
dff main..featureopen the UI automatically:
dff --openpipe a diff through stdin:
git diff main..feature | dffwhen you quit the CLI with ctrl+c, it prints review comments as markdown to stdout. the
"Submit review" button in the UI also exits and prints the comments.
development
npm install
npm run build
npm run startfor the UI only:
npm run dev:web