Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/souravray/fdiff
- Owner: souravray
- License: mit
- Created: 2019-09-24T04:25:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:44:35.000Z (about 2 years ago)
- Last Synced: 2023-03-12T23:05:28.882Z (almost 2 years ago)
- Language: JavaScript
- Size: 486 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)