Skip to content

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

License

Notifications You must be signed in to change notification settings

nettantra/node-diff-bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published