Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 319 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 319 Bytes

node-diff-utility

Compares two files using the diff utility that is configured in Histograph config.yml configuration file, and returns the output as structured JS objects;

import:
    diffTool: diff

For usage, see the original repository by Bert Spaan.