A node.js file diff module
It is yet not available on NPM. You need to clone the repo
$ git clone https://github.com/souravray/fdiff.git
$ cd fdiff
$ npm i
$ node index.js -o samples/old.txt -n samples/new.txt
JS Docs are here
A node.js file diff module
It is yet not available on NPM. You need to clone the repo
$ git clone https://github.com/souravray/fdiff.git
$ cd fdiff
$ npm i
$ node index.js -o samples/old.txt -n samples/new.txt
JS Docs are here