A shell executable which can be used to generate diff using the Node.JS diff module
This module is installed via npm:
$ npm install -g node-diff-bin
Print the patch output inside the console:
$ node-diff first.file second.file
Save the patch output to a patch file first-second.patch
:
$ node-diff first.file second.file first-second.patch
- 2014-07-31 v0.1.0 First release of node-diff-bin.
Copyright (c) NetTantra Technologies