diff_with_json

Version, currently 0.1.04 versions

github.com/ne-sachirou/diff-with-json

diff with JSON structure.

3 stars
0 dependents
License: MIT

Nothing has been indexed for 0.1.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.

Installation

# Add this to your shard.yml
dependencies:
  diff_with_json:
    github: ne-sachirou/diff-with-json
    version: ~> 0.1.0

Then run:

shards install

shard.yml

No shard.yml has been indexed for 0.1.0. You can read it on the repository.

Dependencies

Unknown: the shard.yml for this version has not been read yet.

README

This README is the one indexed from the repository at its latest ref, not from the tag for this version.

diff-with-json

diff with JSON structure.

Build Status

Installation

Pre-requiments

Download a binary

Download a binary from releases and put it into PATH.

Build from source

git clone --depth=1 git@github.com:ne-sachirou/diff-with-json.git
cd diff-with-json
make build
cp bin/diff-with-json /usr/local/bin/

Usage

diff-with-json [OPTIONS] FILES...

	diff with JSON structure.

Example:
	diff-with-json -L a.json -L b.json /tmp/a /tmp/b

Options:
    -u, --unified                    
    -L LABEL, --label=LABEL          Use LABEL instead of file name.
    -h, --help                       Output this help.

Tips: Use with SVN. svn diff --diff-cmd diff-with-json

Development

Pre-requiments

Tests

Run make test before commit.

Editing README

Please Edit src/README.md.ecr then make build.

Contributing

  1. Fork it ( https://github.com/ne-sachirou/diff-with-json/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