hardiff
A simple CLI tool that genegrates a delta HAR from base and new HAR files.
Installation
- Install Crystal
git clone
this repocd
into the reposhards 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
- Fork it (https://github.com/NeuraLegion/hardiff/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Bar Hofesh - creator and maintainer