Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/souravray/fdiff

A node.js file diff module
https://github.com/souravray/fdiff

Last synced: about 2 months ago
JSON representation

A node.js file diff module

Awesome Lists containing this project

README

        

# fdiff
A node.js file diff module

## Get it
It is yet not available on NPM. You need to clone the repo
```
$ git clone https://github.com/souravray/fdiff.git
```
## Running the code
```
$ cd fdiff
$ npm i
$ node index.js -o samples/old.txt -n samples/new.txt
```

![teminal](https://i.ibb.co/6yzg2mL/Screenshot-2019-09-26-at-7-57-10-PM.png)

## Code Documentation
JS Docs are [here](http://raysourav.com/fdiff/out/)