Skip to content

Latest commit

 

History

History
75 lines (40 loc) · 2.33 KB

File metadata and controls

75 lines (40 loc) · 2.33 KB

Generator Differences

Maintainability

PHP-package to find difference between two files.

Installation

With Composer: composer global require sabirivan/gendiff:^1.6

Input and output data

Available data types:

  • json
  • yaml/yml

Render formats:

  • pretty

Example of usage

  • Pretty format:

    • for json flat:

      asciicast

    • for yaml/yml flat:

      asciicast

    • for json nested:

      asciicast

    • for yaml/yml nested:

      asciicast

  • Plain format:

    • for json flat:

      asciicast

    • for yaml/yml flat:

      asciicast

    • for json nested:

      asciicast

    • for yaml/yml nested:

      asciicast

  • Json format:

    • for json flat:

      asciicast

    • for yaml/yml flat:

      asciicast

    • for json nested:

      asciicast

    • for yaml/yml nested:

      asciicast