hardiff

A simple CLI tool that genegrates a delta HAR from base and new HAR files.

Installation

  1. Install Crystal
  2. git clone this repo
  3. cd into the repo
  4. shards build

Usage

Usage: hardiff [arguments]
    -b PATH, --base-har PATH         Path to the base HAR file
    -n PATH, --new-har PATH          Path to the new HAR file
    -o PATH, --output PATH           Path to save the generated diff HAR file
    -h, --help                       Show this help

Contributing

  1. Fork it (https://github.com/NeuraLegion/hardiff/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors