Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 562 Bytes

File metadata and controls

26 lines (15 loc) · 562 Bytes

Build status

filediffer-cli

A command line tool to compare files.

Environment

Node >=10.16.0

Installation

The CLI can be installed as an npm module:

npm install -g filediffer-cli
or
yarn global add filediffer-cli

Usage

filediffer --help
filediffer byline --file1={filepath1} --file2={filepath2}

export BASE_PATH='BASE_PATH'
filediffer byline --file1={filepath1} --file2={filepath2}