0.0.2 • Published 8 years ago

folder-diff v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

#folder-diff

Create unified diff patch file for two folders, usable for creating patches for using in mercurial or git even on folders which are not actually version controlled.

Internally uses diff package.

Installation

npm install folder-diff

API

fdiff.folderPatch('output.patch', originalSourceDir, modifiedSourceDir, { ignore : '*.html', prefix : "a/src/proj/" });

Test

npm test
0.0.2

8 years ago

0.0.1

8 years ago