0.0.1 • Published 10 years ago

esdiff v0.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
10 years ago

Install as command-line tool

npm install -g esdiff

Usage: esdiff comparison file1.js file2.js

    @param comparison: --chars | --words | --lines | --css

    Example: esdiff --chars file1.js file2.js

Example

esdiff --words samples/test1_a.js samples/test1_b.js

Comparing: samples/test1_a.js, samples/test1_b.js
--------------------------------------------------------------------------------
    function x() {
        alert('byehi');
    }
--------------------------------------------------------------------------------