folder-diff

0.0.2 • Public • Published

#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

Readme

Keywords

Package Sidebar

Install

npm i folder-diff

Weekly Downloads

3

Version

0.0.2

License

MIT

Last publish

Collaborators

  • karasek