node-diff-bin

0.1.0 • Public • Published

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


Package Sidebar

Install

npm i node-diff-bin

Weekly Downloads

1

Version

0.1.0

License

none

Last publish

Collaborators

  • devadatta