Skip to content

kemallt/php-project-lvl2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status

Linttest status

linttest

Codeclimate

Maintainability Test Coverage

Usage

show help
bin/gendiff -h
show version
bin/gendiff -v
show diff between files
  • firstFile, secondFile - paths to files
  • fmt - format (default - stylish)
bin/gendiff --format <fmt> <firstFile> <secondFile>

demo

show help
bin/gendiff -h

asciicast

show stylish diff between two simple json files
bin/gendiff ./tests/fixtures/file1.json ./tests/fixtures/file2.json

asciicast

show stylish diff between two complex json files
bin/gendiff ./tests/fixtures/complexFile1.json ./tests/fixtures/complexFile2.json

asciicast

show plain diff between two complex json files
bin/gendiff --format plain ./tests/fixtures/complexFile1.json ./tests/fixtures/complexFile2.json

asciicast

show json diff between two complex yaml files
bin/gendiff --format json ./tests/fixtures/complexFile1.yml ./tests/fixtures/complexFile2.yaml

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published