0.1.0 • Published 4 years ago

filediffer-cli v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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}