diff.js

v0.1.0
A simplified diff implementation in JavaScript. (by minimun edit distance dynamic programming)
color plus console ansi

diff.js

A simple and easy-to-use diff in node.js console.

Usage

var df = require("diff");
df.diff("src_string", "dst_string");

Note

Haven't test well yet.

Feel free to let me know if you think there's something wrong in the output.

License

Copyright(C) 2013 by PG @ SENSE Lab

Released under the MIT license.

Metadata

  • MIT
  • >=0.6
  • PG
  • released 4/22/2013

Downloads

Maintainers