Skip to content

DAS27/difference-calculator

Repository files navigation

different-caluculator

PHP CI Maintainability Test Coverage

Installation

Use Composer

$ composer global require damir/difference-calculator:dev-master

Setup

$ git clone https://github.com/DAS27/difference-calculator.git

$ make install

Run tests

$ make test

Usage

Execute in bash:

gendiff [--format <fmt>] <firstFile> <secondFile>

Format is optional and have pretty output format by default. So you don't need to specify a format and can execute like this:

gendiff <firstFile> <secondFile>

or explicitly specifying the desired format:

gendiff --format pretty <firstFile> <secondFile>

asciicast

gendiff --format plain <firstFile> <secondFile>

asciicast

gendiff --format json <firstFile> <secondFile>

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors