0.1.0 • Published 10 years ago

node-diff-bin v0.1.0

Weekly downloads
5
License
-
Repository
github
Last release
10 years ago

node-diff-bin Build Status

A shell executable which can be used to generate diff using the Node.JS diff module

Installation

This module is installed via npm:

$ npm install -g node-diff-bin

Usage

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

License

Release History

  • 2014-07-31 v0.1.0 First release of node-diff-bin.

Copyright (c) NetTantra Technologies